Html Css Color HEX #8E8760 Granite Green

📋 copy color: '#8E8760'

red 142 ◦ green 135 ◦ blue 96

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

Shades of Granite Green #8E8760

Tints of Granite Green #8E8760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 38.07%
G = 36.19%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E8760 (or 0x8E8760) is known color: Granite Green. HEX triplet: 8E, 87 and 60. RGB value is (142,135,96). Sum of RGB (Red+Green+Blue) = 142+135+96=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8760 is #71789F. Grayscale: #848484. Windows color (decimal): -7436448 or 6326158. OLE color: 6326158.

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

Color convert

RGB 142 135 96 -
CMYK 0 0.05 0.32 0.44
HSL 50.87º 0.19% 0.47% -
HSV(B) 50.87º 0.32% 0.56% -
XYZ 21.93 23.92 14.53 -
YUV 132.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 142 135 96 0 0.05 0.32 0.44 50.87 0.19 0.47
Hex 8E 87 60 0 5 20 2C 33 13 2F
Octal 216 207 140 0 5 40 54 63 23 57
Binary 10001110 10000111 1100000 0 101 100000 101100 110011 10011 101111

Color Harmonies of #8E8760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8760

Black with #8E8760

Text Example


Text Example

White with #8E8760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,135,96); }

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

background-color css

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

 a { background-color: rgb(142,135,96); }

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

border-color css

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

 span { border-color: rgb(142,135,96); }

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