#71761D

Color #71761D Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #71761D

Tints of Olivetone #71761D

Color information

#71761D (or 0x71761D) is unknown color: approx Olivetone. HEX triplet: 71, 76 and 1D. RGB value is (113,118,29). Sum of RGB (Red+Green+Blue) = 113+118+29=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #71761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71761D is #8E89E2. Grayscale: #6A6A6A. Windows color (decimal): -9341411 or 1930865. OLE color: 1930865.

HSL color Cylindrical-coordinate representation of color #71761D: hue angle of 63.37º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71761D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11311829-
CMYK0.0400.750.54
HSL63.37º60.54%28.82%-
HSV(B)63.37º75.42%46.27%-
XYZ13.5116.563.65-
YUV106.3684.34132.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 29 (11.72% from 255) = 11.15%
R=43.46%
G=45.38%
B=11.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113118290.0400.750.5463.3760.5428.82
Hex71761D404B363f3d1d
Octal161166354011366777535
Binary11100011110110111011000100101111011011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71761D; }

 p { color: rgb(113,118,29); }

 H1.HeaderClassName
 {
   color: #71761D;
 }
 .AnyTagClassName
 {
   color: #71761D;
 }
</style>
background-color css

<style>
 a { background-color: #71761D; }

 a { background-color: rgb(113,118,29); }

 div.DivClassName
 {
   background-color: #71761D;
 }
 .BgClassName
 {
   background-color: #71761D;
 }
</style>
border-color css

<style>
 span { border-color: #71761D; }

 span { border-color: rgb(113,118,29); }

 td.TdClassName
 {
   border-color: #71761D;
 }
 .TagClassName
 {
   border-color: #71761D;
 }
</style>