#93A179

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

Shades of Sage #93A179

Tints of Sage #93A179

Color information

#93A179 (or 0x93A179) is unknown color: approx Sage. HEX triplet: 93, A1 and 79. RGB value is (147,161,121). Sum of RGB (Red+Green+Blue) = 147+161+121=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 161 - color contains mainly: green. Hex color #93A179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A179 is #6C5E86. Grayscale: #989898. Windows color (decimal): -7102087 or 7971219. OLE color: 7971219.

HSL color Cylindrical-coordinate representation of color #93A179: hue angle of 81º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93A179 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB147161121-
CMYK0.0900.250.37
HSL81º17.54%55.29%-
HSV(B)81º24.84%63.14%-
XYZ28.2333.0722.99-
YUV152.25110.36124.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=34.27%
G=37.53%
B=28.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1471611210.0900.250.378117.5455.29
Hex93A179901925511237
Octal22324117111031451212267
Binary100100111010000111110011001011001100101101000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A179; }

 p { color: rgb(147,161,121); }

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

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

 a { background-color: rgb(147,161,121); }

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

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

 span { border-color: rgb(147,161,121); }

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