Html Css Color HEX #8E8763 Granite Green

📋 copy color: '#8E8763'

red 142 ◦ green 135 ◦ blue 99

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

Shades of Granite Green #8E8763

Tints of Granite Green #8E8763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.33%

R = 37.77%
G = 35.9%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E8763 (or 0x8E8763) is known color: Granite Green. HEX triplet: 8E, 87 and 63. RGB value is (142,135,99). Sum of RGB (Red+Green+Blue) = 142+135+99=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8763 is #71789C. Grayscale: #858585. Windows color (decimal): -7436445 or 6522766. OLE color: 6522766.

HSL color Cylindrical-coordinate representation of color #8E8763: hue angle of 50.23º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E8763 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 135 99 -
CMYK 0 0.05 0.30 0.44
HSL 50.23º 0.18% 0.47% -
HSV(B) 50.23º 0.3% 0.56% -
XYZ 22.07 23.98 15.27 -
YUV 132.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 142 135 99 0 0.05 0.30 0.44 50.23 0.18 0.47
Hex 8E 87 63 0 5 1E 2C 32 12 2F
Octal 216 207 143 0 5 36 54 62 22 57
Binary 10001110 10000111 1100011 0 101 11110 101100 110010 10010 101111

Color Harmonies of #8E8763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8763

Black with #8E8763

Text Example


Text Example

White with #8E8763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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