#8E876E

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

Shades of Granite Green #8E876E

Tints of Granite Green #8E876E

Color information

#8E876E (or 0x8E876E) is unknown color: approx Granite Green. HEX triplet: 8E, 87 and 6E. RGB value is (142,135,110). Sum of RGB (Red+Green+Blue) = 142+135+110=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E876E is #717891. Grayscale: #868686. Windows color (decimal): -7436434 or 7243662. OLE color: 7243662.

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

Color convert

RGB142135110-
CMYK00.050.230.44
HSL46.88º12.7%49.41%-
HSV(B)46.88º22.54%55.69%-
XYZ22.6324.218.23-
YUV134.24114.32133.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=36.69%
G=34.88%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213511000.050.230.4446.8812.749.41
Hex8E876E05172C2fd31
Octal216207156052754571561
Binary100011101000011111011100101101111011001011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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