Html Css Color HEX #8E815F Granite Green

📋 copy color: '#8E815F'

red 142 ◦ green 129 ◦ blue 95

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

Shades of Granite Green #8E815F

Tints of Granite Green #8E815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

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

R = 38.8%
G = 35.25%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E815F (or 0x8E815F) is known color: Granite Green. HEX triplet: 8E, 81 and 5F. RGB value is (142,129,95). Sum of RGB (Red+Green+Blue) = 142+129+95=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E815F is #717EA0. Grayscale: #818181. Windows color (decimal): -7437985 or 6259086. OLE color: 6259086.

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

Color convert

RGB 142 129 95 -
CMYK 0 0.09 0.33 0.44
HSL 43.4º 0.2% 0.46% -
HSV(B) 43.4º 0.33% 0.56% -
XYZ 21.07 22.28 14.02 -
YUV 129.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 142 129 95 0 0.09 0.33 0.44 43.4 0.2 0.46
Hex 8E 81 5F 0 9 21 2C 2B 14 2E
Octal 216 201 137 0 11 41 54 53 24 56
Binary 10001110 10000001 1011111 0 1001 100001 101100 101011 10100 101110

Color Harmonies of #8E815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E815F

Black with #8E815F

Text Example


Text Example

White with #8E815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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