Html Css Color HEX #919979 Sage

📋 copy color: '#919979'

red 145 ◦ green 153 ◦ blue 121

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

Shades of Sage #919979

Tints of Sage #919979

RGB

 RED value IS 145 (57.03% from 255) = 34.61%

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

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

R = 34.61%
G = 36.52%
B = 28.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#919979 (or 0x919979) is known color: Sage. HEX triplet: 91, 99 and 79. RGB value is (145,153,121). Sum of RGB (Red+Green+Blue) = 145+153+121=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #919979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919979 is #6E6686. Grayscale: #939393. Windows color (decimal): -7235207 or 7969169. OLE color: 7969169.

HSL color Cylindrical-coordinate representation of color #919979: hue angle of 75º 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 #919979 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 121 -
CMYK 0.05 0 0.21 0.4
HSL 75º 0.14% 0.54% -
HSV(B) 75º 0.21% 0.6% -
XYZ 26.52 30.18 22.52 -
YUV 146.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 145 153 121 0.05 0 0.21 0.4 75 0.14 0.54
Hex 91 99 79 5 0 15 28 4B E 36
Octal 221 231 171 5 0 25 50 113 16 66
Binary 10010001 10011001 1111001 101 0 10101 101000 1001011 1110 110110

Color Harmonies of #919979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919979

Black with #919979

Text Example


Text Example

White with #919979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919979; }

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

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

background-color css

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

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

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

border-color css

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

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

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