#968964

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

Shades of Granite Green #968964

Tints of Granite Green #968964

Color information

#968964 (or 0x968964) is unknown color: approx Granite Green. HEX triplet: 96, 89 and 64. RGB value is (150,137,100). Sum of RGB (Red+Green+Blue) = 150+137+100=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #968964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968964 is #69769B. Grayscale: #888888. Windows color (decimal): -6911644 or 6588822. OLE color: 6588822.

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

Color convert

RGB150137100-
CMYK00.090.330.41
HSL44.4º20%49.02%-
HSV(B)44.4º33.33%58.82%-
XYZ23.8225.315.68-
YUV136.67107.31137.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=38.76%
G=35.40%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013710000.090.330.4144.42049.02
Hex9689640921292c1431
Octal2262111440114151542461
Binary100101101000100111001000100110000110100110110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968964; }

 p { color: rgb(150,137,100); }

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

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

 a { background-color: rgb(150,137,100); }

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

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

 span { border-color: rgb(150,137,100); }

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