#958860

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

Shades of Granite Green #958860

Tints of Granite Green #958860

Color information

#958860 (or 0x958860) is unknown color: approx Granite Green. HEX triplet: 95, 88 and 60. RGB value is (149,136,96). Sum of RGB (Red+Green+Blue) = 149+136+96=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #958860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958860 is #6A779F. Grayscale: #878787. Windows color (decimal): -6977440 or 6326421. OLE color: 6326421.

HSL color Cylindrical-coordinate representation of color #958860: hue angle of 45.28º 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 #958860 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14913696-
CMYK00.090.360.42
HSL45.28º21.63%48.04%-
HSV(B)45.28º35.57%58.43%-
XYZ23.3124.8414.63-
YUV135.33105.81137.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=39.11%
G=35.70%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491369600.090.360.4245.2821.6348.04
Hex95886009242A2d1630
Octal2252101400114452552660
Binary100101011000100011000000100110010010101010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958860; }

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

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

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

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

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

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

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

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