Html Css Color HEX #8E865F Granite Green

📋 copy color: '#8E865F'

red 142 ◦ green 134 ◦ blue 95

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

Shades of Granite Green #8E865F

Tints of Granite Green #8E865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 38.27%
G = 36.12%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E865F (or 0x8E865F) is known color: Granite Green. HEX triplet: 8E, 86 and 5F. RGB value is (142,134,95). Sum of RGB (Red+Green+Blue) = 142+134+95=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E865F is #7179A0. Grayscale: #848484. Windows color (decimal): -7436705 or 6260366. OLE color: 6260366.

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

Color convert

RGB 142 134 95 -
CMYK 0 0.06 0.33 0.44
HSL 49.79º 0.2% 0.46% -
HSV(B) 49.79º 0.33% 0.56% -
XYZ 21.75 23.63 14.24 -
YUV 131.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 142 134 95 0 0.06 0.33 0.44 49.79 0.2 0.46
Hex 8E 86 5F 0 6 21 2C 32 14 2E
Octal 216 206 137 0 6 41 54 62 24 56
Binary 10001110 10000110 1011111 0 110 100001 101100 110010 10100 101110

Color Harmonies of #8E865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E865F

Black with #8E865F

Text Example


Text Example

White with #8E865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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