#968963

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

Shades of Granite Green #968963

Tints of Granite Green #968963

Color information

#968963 (or 0x968963) is unknown color: approx Granite Green. HEX triplet: 96, 89 and 63. RGB value is (150,137,99). Sum of RGB (Red+Green+Blue) = 150+137+99=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #968963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968963 is #69769C. Grayscale: #888888. Windows color (decimal): -6911645 or 6523286. OLE color: 6523286.

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

Color convert

RGB15013799-
CMYK00.090.340.41
HSL44.71º20.48%48.82%-
HSV(B)44.71º34%58.82%-
XYZ23.7825.2815.43-
YUV136.56106.81137.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=38.86%
G=35.49%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501379900.090.340.4144.7120.4848.82
Hex9689630922292d1431
Octal2262111430114251552461
Binary100101101000100111000110100110001010100110110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968963; }

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

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

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

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

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

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

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

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