#949979

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

Shades of Sage #949979

Tints of Sage #949979

Color information

#949979 (or 0x949979) is unknown color: approx Sage. HEX triplet: 94, 99 and 79. RGB value is (148,153,121). Sum of RGB (Red+Green+Blue) = 148+153+121=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #949979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949979 is #6B6686. Grayscale: #939393. Windows color (decimal): -7038599 or 7969172. OLE color: 7969172.

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

Color convert

RGB148153121-
CMYK0.0300.210.4
HSL69.38º13.56%53.73%-
HSV(B)69.38º20.92%60%-
XYZ27.0630.4622.54-
YUV147.86112.84128.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=35.07%
G=36.26%
B=28.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481531210.0300.210.469.3813.5653.73
Hex94997930152845e36
Octal2242311713025501051666
Binary100101001001100111110011101010110100010001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949979; }

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

 H1.HeaderClassName
 {
   color: #949979;
 }
 .AnyTagClassName
 {
   color: #949979;
 }
</style>
background-color css

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

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

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

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

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

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