#93A476

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

Shades of Sage #93A476

Tints of Sage #93A476

Color information

#93A476 (or 0x93A476) is unknown color: approx Sage. HEX triplet: 93, A4 and 76. RGB value is (147,164,118). Sum of RGB (Red+Green+Blue) = 147+164+118=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #93A476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A476 is #6C5B89. Grayscale: #999999. Windows color (decimal): -7101322 or 7775379. OLE color: 7775379.

HSL color Cylindrical-coordinate representation of color #93A476: hue angle of 82.17º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93A476 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB147164118-
CMYK0.1000.280.36
HSL82.17º20.18%55.29%-
HSV(B)82.17º28.05%64.31%-
XYZ28.5834.0622.21-
YUV153.67107.87123.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=34.27%
G=38.23%
B=27.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471641180.1000.280.3682.1720.1855.29
Hex93A476A01C24521437
Octal22324416612034441222467
Binary100100111010010011101101010011100100100101001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,164,118); }

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

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

 a { background-color: rgb(147,164,118); }

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

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

 span { border-color: rgb(147,164,118); }

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