Html Css Color HEX #959B76 Sage

📋 copy color: '#959B76'

red 149 ◦ green 155 ◦ blue 118

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

Shades of Sage #959B76

Tints of Sage #959B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

 BLUE value IS 118 (46.48% from 255) = 27.96%

R = 35.31%
G = 36.73%
B = 27.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#959B76 (or 0x959B76) is known color: Sage. HEX triplet: 95, 9B and 76. RGB value is (149,155,118). Sum of RGB (Red+Green+Blue) = 149+155+118=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #959B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B76 is #6A6489. Grayscale: #959595. Windows color (decimal): -6972554 or 7773077. OLE color: 7773077.

HSL color Cylindrical-coordinate representation of color #959B76: hue angle of 69.73º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #959B76 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 118 -
CMYK 0.04 0 0.24 0.39
HSL 69.73º 0.16% 0.54% -
HSV(B) 69.73º 0.24% 0.61% -
XYZ 27.39 31.14 21.71 -
YUV 148.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 149 155 118 0.04 0 0.24 0.39 69.73 0.16 0.54
Hex 95 9B 76 4 0 18 27 46 10 36
Octal 225 233 166 4 0 30 47 106 20 66
Binary 10010101 10011011 1110110 100 0 11000 100111 1000110 10000 110110

Color Harmonies of #959B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B76

Black with #959B76

Text Example


Text Example

White with #959B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959B76; }

 p { color: rgb(149,155,118); }

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

background-color css

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

 a { background-color: rgb(149,155,118); }

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

border-color css

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

 span { border-color: rgb(149,155,118); }

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