#968E59

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

Shades of Granite Green #968E59

Tints of Granite Green #968E59

Color information

#968E59 (or 0x968E59) is unknown color: approx Granite Green. HEX triplet: 96, 8E and 59. RGB value is (150,142,89). Sum of RGB (Red+Green+Blue) = 150+142+89=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #968E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E59 is #6971A6. Grayscale: #8A8A8A. Windows color (decimal): -6910375 or 5869206. OLE color: 5869206.

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

Color convert

RGB15014289-
CMYK00.050.410.41
HSL52.13º25.52%46.86%-
HSV(B)52.13º40.67%58.82%-
XYZ24.0526.5513.31-
YUV138.35100.15136.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=39.37%
G=37.27%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501428900.050.410.4152.1325.5246.86
Hex968E59052929341a2f
Octal226216131055151643257
Binary10010110100011101011001010110100110100111010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,142,89); }

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

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

 a { background-color: rgb(150,142,89); }

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

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

 span { border-color: rgb(150,142,89); }

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