#93A57B

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

Shades of Sage #93A57B

Tints of Sage #93A57B

Color information

#93A57B (or 0x93A57B) is unknown color: approx Sage. HEX triplet: 93, A5 and 7B. RGB value is (147,165,123). Sum of RGB (Red+Green+Blue) = 147+165+123=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #93A57B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A57B is #6C5A84. Grayscale: #9A9A9A. Windows color (decimal): -7101061 or 8103315. OLE color: 8103315.

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

Color convert

RGB147165123-
CMYK0.1100.250.35
HSL85.71º18.92%56.47%-
HSV(B)85.71º25.45%64.71%-
XYZ29.0634.5423.87-
YUV154.83110.04122.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 123 (48.44% from 255) = 28.28%
R=33.79%
G=37.93%
B=28.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471651230.1100.250.3585.7118.9256.47
Hex93A57BB01923561338
Octal22324517313031431262370
Binary100100111010010111110111011011001100011101011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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