#968760

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

Shades of Granite Green #968760

Tints of Granite Green #968760

Color information

#968760 (or 0x968760) is unknown color: approx Granite Green. HEX triplet: 96, 87 and 60. RGB value is (150,135,96). Sum of RGB (Red+Green+Blue) = 150+135+96=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #968760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968760 is #69789F. Grayscale: #878787. Windows color (decimal): -6912160 or 6326166. OLE color: 6326166.

HSL color Cylindrical-coordinate representation of color #968760: hue angle of 43.33º 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 #968760 is Cyan = 0, Magento = 0.1, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15013596-
CMYK00.10.360.41
HSL43.33º21.95%48.24%-
HSV(B)43.33º36%58.82%-
XYZ23.3524.6614.59-
YUV135.04105.97138.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=39.37%
G=35.43%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501359600.10.360.4143.3321.9548.24
Hex9687600A24292b1630
Octal2262071400124451532660
Binary100101101000011111000000101010010010100110101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968760; }

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

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

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

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

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

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

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

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