Html Css Color HEX #8E7E61 Granite Green

📋 copy color: '#8E7E61'

red 142 ◦ green 126 ◦ blue 97

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

Shades of Granite Green #8E7E61

Tints of Granite Green #8E7E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.52%

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 38.9%
G = 34.52%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E7E61 (or 0x8E7E61) is known color: Granite Green. HEX triplet: 8E, 7E and 61. RGB value is (142,126,97). Sum of RGB (Red+Green+Blue) = 142+126+97=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E61 is #71819E. Grayscale: #7F7F7F. Windows color (decimal): -7438751 or 6389390. OLE color: 6389390.

HSL color Cylindrical-coordinate representation of color #8E7E61: hue angle of 38.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E7E61 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 126 97 -
CMYK 0 0.11 0.32 0.44
HSL 38.67º 0.19% 0.47% -
HSV(B) 38.67º 0.32% 0.56% -
XYZ 20.77 21.54 14.37 -
YUV 127.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 142 126 97 0 0.11 0.32 0.44 38.67 0.19 0.47
Hex 8E 7E 61 0 B 20 2C 27 13 2F
Octal 216 176 141 0 13 40 54 47 23 57
Binary 10001110 1111110 1100001 0 1011 100000 101100 100111 10011 101111

Color Harmonies of #8E7E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7E61

Black with #8E7E61

Text Example


Text Example

White with #8E7E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,126,97); }

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

background-color css

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

 a { background-color: rgb(142,126,97); }

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

border-color css

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

 span { border-color: rgb(142,126,97); }

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