Html Css Color HEX #8E8560 Granite Green

📋 copy color: '#8E8560'

red 142 ◦ green 133 ◦ blue 96

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

Shades of Granite Green #8E8560

Tints of Granite Green #8E8560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 38.27%
G = 35.85%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E8560 (or 0x8E8560) is known color: Granite Green. HEX triplet: 8E, 85 and 60. RGB value is (142,133,96). Sum of RGB (Red+Green+Blue) = 142+133+96=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8560 is #717A9F. Grayscale: #838383. Windows color (decimal): -7436960 or 6325646. OLE color: 6325646.

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

Color convert

RGB 142 133 96 -
CMYK 0 0.06 0.32 0.44
HSL 48.26º 0.19% 0.47% -
HSV(B) 48.26º 0.32% 0.56% -
XYZ 21.65 23.37 14.44 -
YUV 131.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 142 133 96 0 0.06 0.32 0.44 48.26 0.19 0.47
Hex 8E 85 60 0 6 20 2C 30 13 2F
Octal 216 205 140 0 6 40 54 60 23 57
Binary 10001110 10000101 1100000 0 110 100000 101100 110000 10011 101111

Color Harmonies of #8E8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8560

Black with #8E8560

Text Example


Text Example

White with #8E8560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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