#8E8764

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

Shades of Granite Green #8E8764

Tints of Granite Green #8E8764

Color information

#8E8764 (or 0x8E8764) is unknown color: approx Granite Green. HEX triplet: 8E, 87 and 64. RGB value is (142,135,100). Sum of RGB (Red+Green+Blue) = 142+135+100=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8764 is #71789B. Grayscale: #858585. Windows color (decimal): -7436444 or 6588302. OLE color: 6588302.

HSL color Cylindrical-coordinate representation of color #8E8764: hue angle of 50º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E8764 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB142135100-
CMYK00.050.300.44
HSL50º17.36%47.45%-
HSV(B)50º29.58%55.69%-
XYZ22.122415.52-
YUV133.1109.32134.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=37.67%
G=35.81%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213510000.050.300.445017.3647.45
Hex8E8764051E2C32112f
Octal216207144053654622157
Binary1000111010000111110010001011111010110011001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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