Html Css Color HEX #8E8366 Granite Green

📋 copy color: '#8E8366'

red 142 ◦ green 131 ◦ blue 102

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

Shades of Granite Green #8E8366

Tints of Granite Green #8E8366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

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

R = 37.87%
G = 34.93%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E8366 (or 0x8E8366) is known color: Granite Green. HEX triplet: 8E, 83 and 66. RGB value is (142,131,102). Sum of RGB (Red+Green+Blue) = 142+131+102=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8366 is #717C99. Grayscale: #838383. Windows color (decimal): -7437466 or 6718350. OLE color: 6718350.

HSL color Cylindrical-coordinate representation of color #8E8366: hue angle of 43.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 #8E8366 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 131 102 -
CMYK 0 0.08 0.28 0.44
HSL 43.5º 0.16% 0.48% -
HSV(B) 43.5º 0.28% 0.56% -
XYZ 21.67 22.94 15.86 -
YUV 130.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 142 131 102 0 0.08 0.28 0.44 43.5 0.16 0.48
Hex 8E 83 66 0 8 1C 2C 2C 10 30
Octal 216 203 146 0 10 34 54 54 20 60
Binary 10001110 10000011 1100110 0 1000 11100 101100 101100 10000 110000

Color Harmonies of #8E8366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8366

Black with #8E8366

Text Example


Text Example

White with #8E8366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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