#8E876B

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

Shades of Granite Green #8E876B

Tints of Granite Green #8E876B

Color information

#8E876B (or 0x8E876B) is unknown color: approx Granite Green. HEX triplet: 8E, 87 and 6B. RGB value is (142,135,107). Sum of RGB (Red+Green+Blue) = 142+135+107=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 142 - color contains mainly: red. Hex color #8E876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E876B is #717894. Grayscale: #868686. Windows color (decimal): -7436437 or 7047054. OLE color: 7047054.

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

Color convert

RGB142135107-
CMYK00.050.250.44
HSL48º14.06%48.82%-
HSV(B)48º24.65%55.69%-
XYZ22.4724.1417.38-
YUV133.9112.82133.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.98%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=36.98%
G=35.16%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213510700.050.250.444814.0648.82
Hex8E876B05192C30e31
Octal216207153053154601661
Binary100011101000011111010110101110011011001100001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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