Html Css Color HEX #958360 Granite Green

📋 copy color: '#958360'

red 149 ◦ green 131 ◦ blue 96

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

Shades of Granite Green #958360

Tints of Granite Green #958360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

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

R = 39.63%
G = 34.84%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#958360 (or 0x958360) is known color: Granite Green. HEX triplet: 95, 83 and 60. RGB value is (149,131,96). Sum of RGB (Red+Green+Blue) = 149+131+96=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #958360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958360 is #6A7C9F. Grayscale: #848484. Windows color (decimal): -6978720 or 6325141. OLE color: 6325141.

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

Color convert

RGB 149 131 96 -
CMYK 0 0.12 0.36 0.42
HSL 39.62º 0.22% 0.48% -
HSV(B) 39.62º 0.36% 0.58% -
XYZ 22.62 23.47 14.4 -
YUV 132.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 149 131 96 0 0.12 0.36 0.42 39.62 0.22 0.48
Hex 95 83 60 0 C 24 2A 28 16 30
Octal 225 203 140 0 14 44 52 50 26 60
Binary 10010101 10000011 1100000 0 1100 100100 101010 101000 10110 110000

Color Harmonies of #958360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958360

Black with #958360

Text Example


Text Example

White with #958360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958360; }

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

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

background-color css

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

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

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

border-color css

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

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

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