Html Css Color HEX #958D5B Granite Green

📋 copy color: '#958D5B'

red 149 ◦ green 141 ◦ blue 91

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

Shades of Granite Green #958D5B

Tints of Granite Green #958D5B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 39.11%
G = 37.01%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#958D5B (or 0x958D5B) is known color: Granite Green. HEX triplet: 95, 8D and 5B. RGB value is (149,141,91). Sum of RGB (Red+Green+Blue) = 149+141+91=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #958D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D5B is #6A72A4. Grayscale: #898989. Windows color (decimal): -6976165 or 6000021. OLE color: 6000021.

HSL color Cylindrical-coordinate representation of color #958D5B: hue angle of 51.72º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #958D5B is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 141 91 -
CMYK 0 0.05 0.39 0.42
HSL 51.72º 0.24% 0.47% -
HSV(B) 51.72º 0.39% 0.58% -
XYZ 23.81 26.19 13.7 -
YUV 137.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 149 141 91 0 0.05 0.39 0.42 51.72 0.24 0.47
Hex 95 8D 5B 0 5 27 2A 34 18 2F
Octal 225 215 133 0 5 47 52 64 30 57
Binary 10010101 10001101 1011011 0 101 100111 101010 110100 11000 101111

Color Harmonies of #958D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D5B

Black with #958D5B

Text Example


Text Example

White with #958D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,91); }

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

background-color css

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

 a { background-color: rgb(149,141,91); }

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

border-color css

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

 span { border-color: rgb(149,141,91); }

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