Html Css Color HEX #8D8560 Granite Green

📋 copy color: '#8D8560'

red 141 ◦ green 133 ◦ blue 96

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

Shades of Granite Green #8D8560

Tints of Granite Green #8D8560

RGB

 RED value IS 141 (55.47% from 255) = 38.11%

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

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

R = 38.11%
G = 35.95%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8D8560 (or 0x8D8560) is known color: Granite Green. HEX triplet: 8D, 85 and 60. RGB value is (141,133,96). Sum of RGB (Red+Green+Blue) = 141+133+96=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8560 is #727A9F. Grayscale: #838383. Windows color (decimal): -7502496 or 6325645. OLE color: 6325645.

HSL color Cylindrical-coordinate representation of color #8D8560: hue angle of 49.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D8560 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 133 96 -
CMYK 0 0.06 0.32 0.45
HSL 49.33º 0.19% 0.46% -
HSV(B) 49.33º 0.32% 0.55% -
XYZ 21.48 23.28 14.43 -
YUV 131.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 141 133 96 0 0.06 0.32 0.45 49.33 0.19 0.46
Hex 8D 85 60 0 6 20 2D 31 13 2E
Octal 215 205 140 0 6 40 55 61 23 56
Binary 10001101 10000101 1100000 0 110 100000 101101 110001 10011 101110

Color Harmonies of #8D8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8560

Black with #8D8560

Text Example


Text Example

White with #8D8560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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