Html Css Color HEX #8E8061 Granite Green

📋 copy color: '#8E8061'

red 142 ◦ green 128 ◦ blue 97

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

Shades of Granite Green #8E8061

Tints of Granite Green #8E8061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 38.69%
G = 34.88%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E8061 (or 0x8E8061) is known color: Granite Green. HEX triplet: 8E, 80 and 61. RGB value is (142,128,97). Sum of RGB (Red+Green+Blue) = 142+128+97=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8061 is #717F9E. Grayscale: #808080. Windows color (decimal): -7438239 or 6389902. OLE color: 6389902.

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

Color convert

RGB 142 128 97 -
CMYK 0 0.10 0.32 0.44
HSL 41.33º 0.19% 0.47% -
HSV(B) 41.33º 0.32% 0.56% -
XYZ 21.03 22.05 14.46 -
YUV 128.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 142 128 97 0 0.10 0.32 0.44 41.33 0.19 0.47
Hex 8E 80 61 0 A 20 2C 29 13 2F
Octal 216 200 141 0 12 40 54 51 23 57
Binary 10001110 10000000 1100001 0 1010 100000 101100 101001 10011 101111

Color Harmonies of #8E8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8061

Black with #8E8061

Text Example


Text Example

White with #8E8061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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