#93A07B

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

Shades of Sage #93A07B

Tints of Sage #93A07B

Color information

#93A07B (or 0x93A07B) is unknown color: approx Sage. HEX triplet: 93, A0 and 7B. RGB value is (147,160,123). Sum of RGB (Red+Green+Blue) = 147+160+123=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #93A07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A07B is #6C5F84. Grayscale: #989898. Windows color (decimal): -7102341 or 8102035. OLE color: 8102035.

HSL color Cylindrical-coordinate representation of color #93A07B: hue angle of 81.08º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93A07B is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB147160123-
CMYK0.0800.230.37
HSL81.08º16.3%55.49%-
HSV(B)81.08º23.13%62.75%-
XYZ28.1832.7723.58-
YUV151.89111.69124.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=34.19%
G=37.21%
B=28.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1471601230.0800.230.3781.0816.355.49
Hex93A07B801725511037
Octal22324017310027451212067
Binary100100111010000011110111000010111100101101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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