Html Css Color HEX #8E845F Granite Green

📋 copy color: '#8E845F'

red 142 ◦ green 132 ◦ blue 95

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

Shades of Granite Green #8E845F

Tints of Granite Green #8E845F

RGB

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

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

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

R = 38.48%
G = 35.77%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E845F (or 0x8E845F) is known color: Granite Green. HEX triplet: 8E, 84 and 5F. RGB value is (142,132,95). Sum of RGB (Red+Green+Blue) = 142+132+95=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E845F is #717BA0. Grayscale: #828282. Windows color (decimal): -7437217 or 6259854. OLE color: 6259854.

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

Color convert

RGB 142 132 95 -
CMYK 0 0.07 0.33 0.44
HSL 47.23º 0.2% 0.46% -
HSV(B) 47.23º 0.33% 0.56% -
XYZ 21.47 23.08 14.15 -
YUV 130.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 142 132 95 0 0.07 0.33 0.44 47.23 0.2 0.46
Hex 8E 84 5F 0 7 21 2C 2F 14 2E
Octal 216 204 137 0 7 41 54 57 24 56
Binary 10001110 10000100 1011111 0 111 100001 101100 101111 10100 101110

Color Harmonies of #8E845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E845F

Black with #8E845F

Text Example


Text Example

White with #8E845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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