Html Css Color HEX #8E8461 Granite Green

📋 copy color: '#8E8461'

red 142 ◦ green 132 ◦ blue 97

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

Shades of Granite Green #8E8461

Tints of Granite Green #8E8461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.15%

R = 38.27%
G = 35.58%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E8461 (or 0x8E8461) is known color: Granite Green. HEX triplet: 8E, 84 and 61. RGB value is (142,132,97). Sum of RGB (Red+Green+Blue) = 142+132+97=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8461 is #717B9E. Grayscale: #838383. Windows color (decimal): -7437215 or 6390926. OLE color: 6390926.

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

Color convert

RGB 142 132 97 -
CMYK 0 0.07 0.32 0.44
HSL 46.67º 0.19% 0.47% -
HSV(B) 46.67º 0.32% 0.56% -
XYZ 21.56 23.12 14.63 -
YUV 131 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 142 132 97 0 0.07 0.32 0.44 46.67 0.19 0.47
Hex 8E 84 61 0 7 20 2C 2F 13 2F
Octal 216 204 141 0 7 40 54 57 23 57
Binary 10001110 10000100 1100001 0 111 100000 101100 101111 10011 101111

Color Harmonies of #8E8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8461

Black with #8E8461

Text Example


Text Example

White with #8E8461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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