#958D60

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

Shades of Granite Green #958D60

Tints of Granite Green #958D60

Color information

#958D60 (or 0x958D60) is unknown color: approx Granite Green. HEX triplet: 95, 8D and 60. RGB value is (149,141,96). Sum of RGB (Red+Green+Blue) = 149+141+96=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #958D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D60 is #6A729F. Grayscale: #8A8A8A. Windows color (decimal): -6976160 or 6327701. OLE color: 6327701.

HSL color Cylindrical-coordinate representation of color #958D60: hue angle of 50.94º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958D60 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14914196-
CMYK00.050.360.42
HSL50.94º21.63%48.04%-
HSV(B)50.94º35.57%58.43%-
XYZ24.0326.2814.87-
YUV138.26104.15135.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=38.60%
G=36.53%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491419600.050.360.4250.9421.6348.04
Hex958D6005242A331630
Octal225215140054452632660
Binary10010101100011011100000010110010010101011001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958D60; }

 p { color: rgb(149,141,96); }

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

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

 a { background-color: rgb(149,141,96); }

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

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

 span { border-color: rgb(149,141,96); }

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