Html Css Color HEX #8E8166 Granite Green

📋 copy color: '#8E8166'

red 142 ◦ green 129 ◦ blue 102

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

Shades of Granite Green #8E8166

Tints of Granite Green #8E8166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.58%

 BLUE value IS 102 (40.23% from 255) = 27.35%

R = 38.07%
G = 34.58%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E8166 (or 0x8E8166) is known color: Granite Green. HEX triplet: 8E, 81 and 66. RGB value is (142,129,102). Sum of RGB (Red+Green+Blue) = 142+129+102=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8166 is #717E99. Grayscale: #818181. Windows color (decimal): -7437978 or 6717838. OLE color: 6717838.

HSL color Cylindrical-coordinate representation of color #8E8166: hue angle of 40.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E8166 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 129 102 -
CMYK 0 0.09 0.28 0.44
HSL 40.5º 0.16% 0.48% -
HSV(B) 40.5º 0.28% 0.56% -
XYZ 21.4 22.41 15.77 -
YUV 129.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 142 129 102 0 0.09 0.28 0.44 40.5 0.16 0.48
Hex 8E 81 66 0 9 1C 2C 28 10 30
Octal 216 201 146 0 11 34 54 50 20 60
Binary 10001110 10000001 1100110 0 1001 11100 101100 101000 10000 110000

Color Harmonies of #8E8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8166

Black with #8E8166

Text Example


Text Example

White with #8E8166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,129,102); }

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

background-color css

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

 a { background-color: rgb(142,129,102); }

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

border-color css

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

 span { border-color: rgb(142,129,102); }

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