#949B79

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

Shades of Sage #949B79

Tints of Sage #949B79

Color information

#949B79 (or 0x949B79) is unknown color: approx Sage. HEX triplet: 94, 9B and 79. RGB value is (148,155,121). Sum of RGB (Red+Green+Blue) = 148+155+121=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #949B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B79 is #6B6486. Grayscale: #959595. Windows color (decimal): -7038087 or 7969684. OLE color: 7969684.

HSL color Cylindrical-coordinate representation of color #949B79: hue angle of 72.35º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #949B79 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB148155121-
CMYK0.0500.220.39
HSL72.35º14.53%54.12%-
HSV(B)72.35º21.94%60.78%-
XYZ27.3931.1222.65-
YUV149.03112.18127.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 155 (60.94% from 255) = 36.56%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=34.91%
G=36.56%
B=28.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481551210.0500.220.3972.3514.5354.12
Hex949B7950162748f36
Octal2242331715026471101766
Binary1001010010011011111100110101011010011110010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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