#958B60

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

Shades of Granite Green #958B60

Tints of Granite Green #958B60

Color information

#958B60 (or 0x958B60) is unknown color: approx Granite Green. HEX triplet: 95, 8B and 60. RGB value is (149,139,96). Sum of RGB (Red+Green+Blue) = 149+139+96=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #958B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B60 is #6A749F. Grayscale: #898989. Windows color (decimal): -6976672 or 6327189. OLE color: 6327189.

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

Color convert

RGB14913996-
CMYK00.070.360.42
HSL48.68º21.63%48.04%-
HSV(B)48.68º35.57%58.43%-
XYZ23.7425.714.78-
YUV137.09104.81136.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 139 (54.69% from 255) = 36.20%
BLUE value IS 96 (37.89% from 255) = 25%
R=38.80%
G=36.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491399600.070.360.4248.6821.6348.04
Hex958B6007242A311630
Octal225213140074452612660
Binary10010101100010111100000011110010010101011000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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