Html Css Color HEX #958860 Granite Green

📋 copy color: '#958860'

red 149 ◦ green 136 ◦ blue 96

#958860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #958860

Tints of Granite Green #958860

RGB

 RED value IS 149 (58.59% from 255) = 39.11%

 GREEN value IS 136 (53.52% from 255) = 35.7%

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 39.11%
G = 35.7%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#958860 (or 0x958860) is known color: 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

RGB 149 136 96 -
CMYK 0 0.09 0.36 0.42
HSL 45.28º 0.22% 0.48% -
HSV(B) 45.28º 0.36% 0.58% -
XYZ 23.31 24.84 14.63 -
YUV 135.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 149 136 96 0 0.09 0.36 0.42 45.28 0.22 0.48
Hex 95 88 60 0 9 24 2A 2D 16 30
Octal 225 210 140 0 11 44 52 55 26 60
Binary 10010101 10001000 1100000 0 1001 100100 101010 101101 10110 110000

Color Harmonies of #958860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958860

Black with #958860

Text Example


Text Example

White with #958860

Text Example


Text Example

HTML Codes & Css Web 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>