#8C866C

Color #8C866C Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #8C866C

Tints of Granite Green #8C866C

Color information

#8C866C (or 0x8C866C) is unknown color: approx Granite Green. HEX triplet: 8C, 86 and 6C. RGB value is (140,134,108). Sum of RGB (Red+Green+Blue) = 140+134+108=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C866C is #737993. Grayscale: #848484. Windows color (decimal): -7567764 or 7112332. OLE color: 7112332.

HSL color Cylindrical-coordinate representation of color #8C866C: hue angle of 48.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C866C is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB140134108-
CMYK00.040.230.45
HSL48.75º12.9%48.63%-
HSV(B)48.75º22.86%54.9%-
XYZ22.0523.7117.6-
YUV132.83113.99133.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=36.65%
G=35.08%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013410800.040.230.4548.7512.948.63
Hex8C866C04172D31d31
Octal214206154042755611561
Binary100011001000011011011000100101111011011100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C866C; }

 p { color: rgb(140,134,108); }

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

<style>
 a { background-color: #8C866C; }

 a { background-color: rgb(140,134,108); }

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

<style>
 span { border-color: #8C866C; }

 span { border-color: rgb(140,134,108); }

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