Html Css Color HEX #8E805F Granite Green

📋 copy color: '#8E805F'

red 142 ◦ green 128 ◦ blue 95

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

Shades of Granite Green #8E805F

Tints of Granite Green #8E805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 38.9%
G = 35.07%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E805F (or 0x8E805F) is known color: Granite Green. HEX triplet: 8E, 80 and 5F. RGB value is (142,128,95). Sum of RGB (Red+Green+Blue) = 142+128+95=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E805F is #717FA0. Grayscale: #808080. Windows color (decimal): -7438241 or 6258830. OLE color: 6258830.

HSL color Cylindrical-coordinate representation of color #8E805F: hue angle of 42.13º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E805F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 128 95 -
CMYK 0 0.10 0.33 0.44
HSL 42.13º 0.2% 0.46% -
HSV(B) 42.13º 0.33% 0.56% -
XYZ 20.94 22.02 13.97 -
YUV 128.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 142 128 95 0 0.10 0.33 0.44 42.13 0.2 0.46
Hex 8E 80 5F 0 A 21 2C 2A 14 2E
Octal 216 200 137 0 12 41 54 52 24 56
Binary 10001110 10000000 1011111 0 1010 100001 101100 101010 10100 101110

Color Harmonies of #8E805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E805F

Black with #8E805F

Text Example


Text Example

White with #8E805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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