#71712C

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

Shades of Olivetone #71712C

Tints of Olivetone #71712C

Color information

#71712C (or 0x71712C) is unknown color: approx Olivetone. HEX triplet: 71, 71 and 2C. RGB value is (113,113,44). Sum of RGB (Red+Green+Blue) = 113+113+44=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71712C is #8E8ED3. Grayscale: #696969. Windows color (decimal): -9342676 or 2912625. OLE color: 2912625.

HSL color Cylindrical-coordinate representation of color #71712C: hue angle of 60º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71712C is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB11311344-
CMYK000.610.56
HSL60º43.95%30.78%-
HSV(B)60º61.06%44.31%-
XYZ13.1715.54.68-
YUV105.1393.5133.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=41.85%
G=41.85%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311344000.610.566043.9530.78
Hex71712C003D383c2c1f
Octal16116154007570745437
Binary111000111100011011000011110111100011110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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