Html Css Color HEX #959D79 Sage

📋 copy color: '#959D79'

red 149 ◦ green 157 ◦ blue 121

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

Shades of Sage #959D79

Tints of Sage #959D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.77%

 BLUE value IS 121 (47.66% from 255) = 28.34%

R = 34.89%
G = 36.77%
B = 28.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#959D79 (or 0x959D79) is known color: Sage. HEX triplet: 95, 9D and 79. RGB value is (149,157,121). Sum of RGB (Red+Green+Blue) = 149+157+121=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 157 - color contains mainly: green. Hex color #959D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D79 is #6A6286. Grayscale: #969696. Windows color (decimal): -6972039 or 7970197. OLE color: 7970197.

HSL color Cylindrical-coordinate representation of color #959D79: hue angle of 73.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #959D79 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 121 -
CMYK 0.05 0 0.23 0.38
HSL 73.33º 0.16% 0.55% -
HSV(B) 73.33º 0.23% 0.62% -
XYZ 27.9 31.88 22.77 -
YUV 150.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 149 157 121 0.05 0 0.23 0.38 73.33 0.16 0.55
Hex 95 9D 79 5 0 17 26 49 10 37
Octal 225 235 171 5 0 27 46 111 20 67
Binary 10010101 10011101 1111001 101 0 10111 100110 1001001 10000 110111

Color Harmonies of #959D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D79

Black with #959D79

Text Example


Text Example

White with #959D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,157,121); }

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

background-color css

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

 a { background-color: rgb(149,157,121); }

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

border-color css

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

 span { border-color: rgb(149,157,121); }

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