Html Css Color HEX #958460 Granite Green

📋 copy color: '#958460'

red 149 ◦ green 132 ◦ blue 96

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

Shades of Granite Green #958460

Tints of Granite Green #958460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

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

R = 39.52%
G = 35.01%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#958460 (or 0x958460) is known color: Granite Green. HEX triplet: 95, 84 and 60. RGB value is (149,132,96). Sum of RGB (Red+Green+Blue) = 149+132+96=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #958460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958460 is #6A7B9F. Grayscale: #858585. Windows color (decimal): -6978464 or 6325397. OLE color: 6325397.

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

Color convert

RGB 149 132 96 -
CMYK 0 0.11 0.36 0.42
HSL 40.75º 0.22% 0.48% -
HSV(B) 40.75º 0.36% 0.58% -
XYZ 22.76 23.74 14.45 -
YUV 132.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 149 132 96 0 0.11 0.36 0.42 40.75 0.22 0.48
Hex 95 84 60 0 B 24 2A 29 16 30
Octal 225 204 140 0 13 44 52 51 26 60
Binary 10010101 10000100 1100000 0 1011 100100 101010 101001 10110 110000

Color Harmonies of #958460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958460

Black with #958460

Text Example


Text Example

White with #958460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958460; }

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

 H1.HeaderClassName
 {
   color: #958460;
 }
 .AnyTagClassName
 {
   color: #958460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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