#949F79

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

Shades of Sage #949F79

Tints of Sage #949F79

Color information

#949F79 (or 0x949F79) is unknown color: approx Sage. HEX triplet: 94, 9F and 79. RGB value is (148,159,121). Sum of RGB (Red+Green+Blue) = 148+159+121=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 159 - color contains mainly: green. Hex color #949F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F79 is #6B6086. Grayscale: #979797. Windows color (decimal): -7037063 or 7970708. OLE color: 7970708.

HSL color Cylindrical-coordinate representation of color #949F79: hue angle of 77.37º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #949F79 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB148159121-
CMYK0.0700.240.38
HSL77.37º16.52%54.9%-
HSV(B)77.37º23.9%62.35%-
XYZ28.0632.4722.88-
YUV151.38110.86125.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 159 (62.5% from 255) = 37.15%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=34.58%
G=37.15%
B=28.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591210.0700.240.3877.3716.5254.9
Hex949F797018264d1137
Octal2242371717030461152167
Binary10010100100111111111001111011000100110100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949F79; }

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

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

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

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

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

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

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

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