#968C5B

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

Shades of Granite Green #968C5B

Tints of Granite Green #968C5B

Color information

#968C5B (or 0x968C5B) is unknown color: approx Granite Green. HEX triplet: 96, 8C and 5B. RGB value is (150,140,91). Sum of RGB (Red+Green+Blue) = 150+140+91=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #968C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C5B is #6973A4. Grayscale: #898989. Windows color (decimal): -6910885 or 5999766. OLE color: 5999766.

HSL color Cylindrical-coordinate representation of color #968C5B: hue angle of 49.83º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #968C5B is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15014091-
CMYK00.070.390.41
HSL49.83º24.48%47.25%-
HSV(B)49.83º39.33%58.82%-
XYZ23.842613.66-
YUV137.4101.81136.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 140 (55.08% from 255) = 36.75%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=39.37%
G=36.75%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501409100.070.390.4149.8324.4847.25
Hex968C5B07272932182f
Octal226214133074751623057
Binary10010110100011001011011011110011110100111001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968C5B; }

 p { color: rgb(150,140,91); }

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

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

 a { background-color: rgb(150,140,91); }

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

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

 span { border-color: rgb(150,140,91); }

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