#93A577

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

Shades of Sage #93A577

Tints of Sage #93A577

Color information

#93A577 (or 0x93A577) is unknown color: approx Sage. HEX triplet: 93, A5 and 77. RGB value is (147,165,119). Sum of RGB (Red+Green+Blue) = 147+165+119=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #93A577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A577 is #6C5A88. Grayscale: #9A9A9A. Windows color (decimal): -7101065 or 7841171. OLE color: 7841171.

HSL color Cylindrical-coordinate representation of color #93A577: hue angle of 83.48º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93A577 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB147165119-
CMYK0.1100.280.35
HSL83.48º20.35%55.69%-
HSV(B)83.48º27.88%64.71%-
XYZ28.8234.4522.58-
YUV154.37108.04122.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 165 (64.84% from 255) = 38.28%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=34.11%
G=38.28%
B=27.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471651190.1100.280.3583.4820.3555.69
Hex93A577B01C23531438
Octal22324516713034431232470
Binary100100111010010111101111011011100100011101001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,119); }

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

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

 a { background-color: rgb(147,165,119); }

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

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

 span { border-color: rgb(147,165,119); }

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