#8E8462

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

Shades of Granite Green #8E8462

Tints of Granite Green #8E8462

Color information

#8E8462 (or 0x8E8462) is unknown color: approx Granite Green. HEX triplet: 8E, 84 and 62. RGB value is (142,132,98). Sum of RGB (Red+Green+Blue) = 142+132+98=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8462 is #717B9D. Grayscale: #838383. Windows color (decimal): -7437214 or 6456462. OLE color: 6456462.

HSL color Cylindrical-coordinate representation of color #8E8462: hue angle of 46.36º 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 #8E8462 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB14213298-
CMYK00.070.310.44
HSL46.36º18.33%47.06%-
HSV(B)46.36º30.99%55.69%-
XYZ21.6123.1414.88-
YUV131.11109.31135.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=38.17%
G=35.48%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421329800.070.310.4446.3618.3347.06
Hex8E8462071F2C2e122f
Octal216204142073754562257
Binary1000111010000100110001001111111110110010111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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