#93A66D

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

Shades of Sage #93A66D

Tints of Sage #93A66D

Color information

#93A66D (or 0x93A66D) is unknown color: approx Sage. HEX triplet: 93, A6 and 6D. RGB value is (147,166,109). Sum of RGB (Red+Green+Blue) = 147+166+109=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #93A66D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A66D is #6C5992. Grayscale: #9A9A9A. Windows color (decimal): -7100819 or 7186067. OLE color: 7186067.

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

Color convert

RGB147166109-
CMYK0.1100.340.35
HSL80º24.26%53.92%-
HSV(B)80º34.34%65.1%-
XYZ28.4334.5819.64-
YUV153.82102.71123.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=34.83%
G=39.34%
B=25.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471661090.1100.340.358024.2653.92
Hex93A66DB02223501836
Octal22324615513042431203066
Binary1001001110100110110110110110100010100011101000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,166,109); }

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

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

 a { background-color: rgb(147,166,109); }

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

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

 span { border-color: rgb(147,166,109); }

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