#8E8762

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

Shades of Granite Green #8E8762

Tints of Granite Green #8E8762

Color information

#8E8762 (or 0x8E8762) is unknown color: approx Granite Green. HEX triplet: 8E, 87 and 62. RGB value is (142,135,98). Sum of RGB (Red+Green+Blue) = 142+135+98=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8762 is #71789D. Grayscale: #858585. Windows color (decimal): -7436446 or 6457230. OLE color: 6457230.

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

Color convert

RGB14213598-
CMYK00.050.310.44
HSL50.45º18.33%47.06%-
HSV(B)50.45º30.99%55.69%-
XYZ22.0223.9615.02-
YUV132.88108.32134.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=37.87%
G=36%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421359800.050.310.4450.4518.3347.06
Hex8E8762051F2C32122f
Octal216207142053754622257
Binary1000111010000111110001001011111110110011001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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