#8E876C

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

Shades of Granite Green #8E876C

Tints of Granite Green #8E876C

Color information

#8E876C (or 0x8E876C) is unknown color: approx Granite Green. HEX triplet: 8E, 87 and 6C. RGB value is (142,135,108). Sum of RGB (Red+Green+Blue) = 142+135+108=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E876C is #717893. Grayscale: #868686. Windows color (decimal): -7436436 or 7112590. OLE color: 7112590.

HSL color Cylindrical-coordinate representation of color #8E876C: hue angle of 47.65º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E876C is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB142135108-
CMYK00.050.240.44
HSL47.65º13.6%49.02%-
HSV(B)47.65º23.94%55.69%-
XYZ22.5324.1617.66-
YUV134.01113.32133.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=36.88%
G=35.06%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213510800.050.240.4447.6513.649.02
Hex8E876C05182C30e31
Octal216207154053054601661
Binary100011101000011111011000101110001011001100001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,108); }

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

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

 a { background-color: rgb(142,135,108); }

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

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

 span { border-color: rgb(142,135,108); }

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