Html Css Color HEX #8E8466 Granite Green

📋 copy color: '#8E8466'

red 142 ◦ green 132 ◦ blue 102

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

Shades of Granite Green #8E8466

Tints of Granite Green #8E8466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 37.77%
G = 35.11%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E8466 (or 0x8E8466) is known color: Granite Green. HEX triplet: 8E, 84 and 66. RGB value is (142,132,102). Sum of RGB (Red+Green+Blue) = 142+132+102=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8466 is #717B99. Grayscale: #838383. Windows color (decimal): -7437210 or 6718606. OLE color: 6718606.

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

Color convert

RGB 142 132 102 -
CMYK 0 0.07 0.28 0.44
HSL 45º 0.16% 0.48% -
HSV(B) 45º 0.28% 0.56% -
XYZ 21.8 23.21 15.9 -
YUV 131.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 142 132 102 0 0.07 0.28 0.44 45 0.16 0.48
Hex 8E 84 66 0 7 1C 2C 2D 10 30
Octal 216 204 146 0 7 34 54 55 20 60
Binary 10001110 10000100 1100110 0 111 11100 101100 101101 10000 110000

Color Harmonies of #8E8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8466

Black with #8E8466

Text Example


Text Example

White with #8E8466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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