#71762C

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

Shades of Olivetone #71762C

Tints of Olivetone #71762C

Color information

#71762C (or 0x71762C) is unknown color: approx Olivetone. HEX triplet: 71, 76 and 2C. RGB value is (113,118,44). Sum of RGB (Red+Green+Blue) = 113+118+44=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #71762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71762C is #8E89D3. Grayscale: #6C6C6C. Windows color (decimal): -9341396 or 2913905. OLE color: 2913905.

HSL color Cylindrical-coordinate representation of color #71762C: hue angle of 64.05º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71762C is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB11311844-
CMYK0.0400.630.54
HSL64.05º45.68%31.76%-
HSV(B)64.05º62.71%46.27%-
XYZ13.7416.654.87-
YUV108.0791.84131.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 44 (17.58% from 255) = 16%
R=41.09%
G=42.91%
B=16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113118440.0400.630.5464.0545.6831.76
Hex71762C403F36402e20
Octal161166544077661005640
Binary1110001111011010110010001111111101101000000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71762C; }

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

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

<style>
 a { background-color: #71762C; }

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

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

<style>
 span { border-color: #71762C; }

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

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