Html Css Color HEX #959979 Sage

📋 copy color: '#959979'

red 149 ◦ green 153 ◦ blue 121

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

Shades of Sage #959979

Tints of Sage #959979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

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

R = 35.22%
G = 36.17%
B = 28.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#959979 (or 0x959979) is known color: Sage. HEX triplet: 95, 99 and 79. RGB value is (149,153,121). Sum of RGB (Red+Green+Blue) = 149+153+121=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #959979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959979 is #6A6686. Grayscale: #949494. Windows color (decimal): -6973063 or 7969173. OLE color: 7969173.

HSL color Cylindrical-coordinate representation of color #959979: hue angle of 67.5º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959979 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 121 -
CMYK 0.03 0 0.21 0.4
HSL 67.5º 0.14% 0.54% -
HSV(B) 67.5º 0.21% 0.6% -
XYZ 27.24 30.55 22.55 -
YUV 148.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 149 153 121 0.03 0 0.21 0.4 67.5 0.14 0.54
Hex 95 99 79 3 0 15 28 44 E 36
Octal 225 231 171 3 0 25 50 104 16 66
Binary 10010101 10011001 1111001 11 0 10101 101000 1000100 1110 110110

Color Harmonies of #959979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959979

Black with #959979

Text Example


Text Example

White with #959979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959979; }

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

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

background-color css

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

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

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

border-color css

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

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

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