Html Css Color HEX #8E8570 Granite Green

📋 copy color: '#8E8570'

red 142 ◦ green 133 ◦ blue 112

#8E8570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #8E8570

Tints of Granite Green #8E8570

RGB

 RED value IS 142 (55.86% from 255) = 36.69%

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 112 (44.14% from 255) = 28.94%

R = 36.69%
G = 34.37%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8E8570 (or 0x8E8570) is known color: Granite Green. HEX triplet: 8E, 85 and 70. RGB value is (142,133,112). Sum of RGB (Red+Green+Blue) = 142+133+112=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8570 is #717A8F. Grayscale: #858585. Windows color (decimal): -7436944 or 7374222. OLE color: 7374222.

HSL color Cylindrical-coordinate representation of color #8E8570: hue angle of 42º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E8570 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 133 112 -
CMYK 0 0.06 0.21 0.44
HSL 42º 0.12% 0.5% -
HSV(B) 42º 0.21% 0.56% -
XYZ 22.47 23.7 18.72 -
YUV 133.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 142 133 112 0 0.06 0.21 0.44 42 0.12 0.5
Hex 8E 85 70 0 6 15 2C 2A C 32
Octal 216 205 160 0 6 25 54 52 14 62
Binary 10001110 10000101 1110000 0 110 10101 101100 101010 1100 110010

Color Harmonies of #8E8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8570

Black with #8E8570

Text Example


Text Example

White with #8E8570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E8570;
 }
 .AnyTagClassName
 {
   color: #8E8570;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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