Html Css Color HEX #8D8260 Granite Green

📋 copy color: '#8D8260'

red 141 ◦ green 130 ◦ blue 96

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

Shades of Granite Green #8D8260

Tints of Granite Green #8D8260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

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

R = 38.42%
G = 35.42%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8D8260 (or 0x8D8260) is known color: Granite Green. HEX triplet: 8D, 82 and 60. RGB value is (141,130,96). Sum of RGB (Red+Green+Blue) = 141+130+96=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8260 is #727D9F. Grayscale: #818181. Windows color (decimal): -7503264 or 6324877. OLE color: 6324877.

HSL color Cylindrical-coordinate representation of color #8D8260: hue angle of 45.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 #8D8260 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 130 96 -
CMYK 0 0.08 0.32 0.45
HSL 45.33º 0.19% 0.46% -
HSV(B) 45.33º 0.32% 0.55% -
XYZ 21.08 22.47 14.29 -
YUV 129.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 141 130 96 0 0.08 0.32 0.45 45.33 0.19 0.46
Hex 8D 82 60 0 8 20 2D 2D 13 2E
Octal 215 202 140 0 10 40 55 55 23 56
Binary 10001101 10000010 1100000 0 1000 100000 101101 101101 10011 101110

Color Harmonies of #8D8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8260

Black with #8D8260

Text Example


Text Example

White with #8D8260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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