Html Css Color HEX #8C8060 Granite Green

📋 copy color: '#8C8060'

red 140 ◦ green 128 ◦ blue 96

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

Shades of Granite Green #8C8060

Tints of Granite Green #8C8060

RGB

 RED value IS 140 (55.08% from 255) = 38.46%

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 38.46%
G = 35.16%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C8060 (or 0x8C8060) is known color: Granite Green. HEX triplet: 8C, 80 and 60. RGB value is (140,128,96). Sum of RGB (Red+Green+Blue) = 140+128+96=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8060 is #737F9F. Grayscale: #808080. Windows color (decimal): -7569312 or 6324364. OLE color: 6324364.

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

Color convert

RGB 140 128 96 -
CMYK 0 0.09 0.31 0.45
HSL 43.64º 0.19% 0.46% -
HSV(B) 43.64º 0.31% 0.55% -
XYZ 20.65 21.86 14.2 -
YUV 127.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 140 128 96 0 0.09 0.31 0.45 43.64 0.19 0.46
Hex 8C 80 60 0 9 1F 2D 2C 13 2E
Octal 214 200 140 0 11 37 55 54 23 56
Binary 10001100 10000000 1100000 0 1001 11111 101101 101100 10011 101110

Color Harmonies of #8C8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8060

Black with #8C8060

Text Example


Text Example

White with #8C8060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,96); }

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

background-color css

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

 a { background-color: rgb(140,128,96); }

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

border-color css

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

 span { border-color: rgb(140,128,96); }

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