#968860

Color #968860 Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #968860

Tints of Granite Green #968860

Color information

#968860 (or 0x968860) is unknown color: approx Granite Green. HEX triplet: 96, 88 and 60. RGB value is (150,136,96). Sum of RGB (Red+Green+Blue) = 150+136+96=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #968860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968860 is #69779F. Grayscale: #878787. Windows color (decimal): -6911904 or 6326422. OLE color: 6326422.

HSL color Cylindrical-coordinate representation of color #968860: hue angle of 44.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968860 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15013696-
CMYK00.090.360.41
HSL44.44º21.95%48.24%-
HSV(B)44.44º36%58.82%-
XYZ23.4924.9414.64-
YUV135.63105.64138.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=39.27%
G=35.60%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501369600.090.360.4144.4421.9548.24
Hex9688600924292c1630
Octal2262101400114451542660
Binary100101101000100011000000100110010010100110110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968860; }

 p { color: rgb(150,136,96); }

 H1.HeaderClassName
 {
   color: #968860;
 }
 .AnyTagClassName
 {
   color: #968860;
 }
</style>
background-color css

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

 a { background-color: rgb(150,136,96); }

 div.DivClassName
 {
   background-color: #968860;
 }
 .BgClassName
 {
   background-color: #968860;
 }
</style>
border-color css

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

 span { border-color: rgb(150,136,96); }

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