#8E8562

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

Shades of Granite Green #8E8562

Tints of Granite Green #8E8562

Color information

#8E8562 (or 0x8E8562) is unknown color: approx Granite Green. HEX triplet: 8E, 85 and 62. RGB value is (142,133,98). Sum of RGB (Red+Green+Blue) = 142+133+98=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8562 is #717A9D. Grayscale: #838383. Windows color (decimal): -7436958 or 6456718. OLE color: 6456718.

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

Color convert

RGB14213398-
CMYK00.060.310.44
HSL47.73º18.33%47.06%-
HSV(B)47.73º30.99%55.69%-
XYZ21.7523.4114.93-
YUV131.7108.98135.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=38.07%
G=35.66%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421339800.060.310.4447.7318.3347.06
Hex8E8562061F2C30122f
Octal216205142063754602257
Binary1000111010000101110001001101111110110011000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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