Html Css Color HEX #8E7E60 Granite Green

📋 copy color: '#8E7E60'

red 142 ◦ green 126 ◦ blue 96

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

Shades of Granite Green #8E7E60

Tints of Granite Green #8E7E60

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 39.01%
G = 34.62%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E7E60 (or 0x8E7E60) is known color: Granite Green. HEX triplet: 8E, 7E and 60. RGB value is (142,126,96). Sum of RGB (Red+Green+Blue) = 142+126+96=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E60 is #71819F. Grayscale: #7F7F7F. Windows color (decimal): -7438752 or 6323854. OLE color: 6323854.

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

Color convert

RGB 142 126 96 -
CMYK 0 0.11 0.32 0.44
HSL 39.13º 0.19% 0.47% -
HSV(B) 39.13º 0.32% 0.56% -
XYZ 20.73 21.52 14.13 -
YUV 127.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 142 126 96 0 0.11 0.32 0.44 39.13 0.19 0.47
Hex 8E 7E 60 0 B 20 2C 27 13 2F
Octal 216 176 140 0 13 40 54 47 23 57
Binary 10001110 1111110 1100000 0 1011 100000 101100 100111 10011 101111

Color Harmonies of #8E7E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7E60

Black with #8E7E60

Text Example


Text Example

White with #8E7E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,126,96); }

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

background-color css

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

 a { background-color: rgb(142,126,96); }

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

border-color css

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

 span { border-color: rgb(142,126,96); }

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