#919979

Color #919979 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #919979

Tints of Sage #919979

Color information

#919979 (or 0x919979) is unknown color: approx 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

RGB145153121-
CMYK0.0500.210.4
HSL75º13.56%53.73%-
HSV(B)75º20.92%60%-
XYZ26.5230.1822.52-
YUV146.96113.35126.6-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451531210.0500.210.47513.5653.73
Hex9199795015284be36
Octal2212311715025501131666
Binary1001000110011001111100110101010110100010010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>