#968966

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

Shades of Granite Green #968966

Tints of Granite Green #968966

Color information

#968966 (or 0x968966) is unknown color: approx Granite Green. HEX triplet: 96, 89 and 66. RGB value is (150,137,102). Sum of RGB (Red+Green+Blue) = 150+137+102=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #968966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968966 is #697699. Grayscale: #898989. Windows color (decimal): -6911642 or 6719894. OLE color: 6719894.

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

Color convert

RGB150137102-
CMYK00.090.320.41
HSL43.75º19.05%49.41%-
HSV(B)43.75º32%58.82%-
XYZ23.9225.3316.2-
YUV136.9108.31137.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=38.56%
G=35.22%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013710200.090.320.4143.7519.0549.41
Hex9689660920292c1331
Octal2262111460114051542361
Binary100101101000100111001100100110000010100110110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968966; }

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

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

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

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

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

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

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

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