#93A27D

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

Shades of Sage #93A27D

Tints of Sage #93A27D

Color information

#93A27D (or 0x93A27D) is unknown color: approx Sage. HEX triplet: 93, A2 and 7D. RGB value is (147,162,125). Sum of RGB (Red+Green+Blue) = 147+162+125=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #93A27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A27D is #6C5D82. Grayscale: #999999. Windows color (decimal): -7101827 or 8233619. OLE color: 8233619.

HSL color Cylindrical-coordinate representation of color #93A27D: hue angle of 84.32º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93A27D is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB147162125-
CMYK0.0900.230.36
HSL84.32º16.59%56.27%-
HSV(B)84.32º22.84%63.53%-
XYZ28.6533.5224.36-
YUV153.3112.03123.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=33.87%
G=37.33%
B=28.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471621250.0900.230.3684.3216.5956.27
Hex93A27D901724541138
Octal22324217511027441242170
Binary100100111010001011111011001010111100100101010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,162,125); }

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

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

 a { background-color: rgb(147,162,125); }

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

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

 span { border-color: rgb(147,162,125); }

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