Html Css Color HEX #8E865D Granite Green

📋 copy color: '#8E865D'

red 142 ◦ green 134 ◦ blue 93

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

Shades of Granite Green #8E865D

Tints of Granite Green #8E865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.2%

R = 38.48%
G = 36.31%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E865D (or 0x8E865D) is known color: Granite Green. HEX triplet: 8E, 86 and 5D. RGB value is (142,134,93). Sum of RGB (Red+Green+Blue) = 142+134+93=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E865D is #7179A2. Grayscale: #838383. Windows color (decimal): -7436707 or 6129294. OLE color: 6129294.

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

Color convert

RGB 142 134 93 -
CMYK 0 0.06 0.35 0.44
HSL 50.2º 0.21% 0.46% -
HSV(B) 50.2º 0.35% 0.56% -
XYZ 21.66 23.59 13.77 -
YUV 131.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 142 134 93 0 0.06 0.35 0.44 50.2 0.21 0.46
Hex 8E 86 5D 0 6 23 2C 32 15 2E
Octal 216 206 135 0 6 43 54 62 25 56
Binary 10001110 10000110 1011101 0 110 100011 101100 110010 10101 101110

Color Harmonies of #8E865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E865D

Black with #8E865D

Text Example


Text Example

White with #8E865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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