#93A06F

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

Shades of Sage #93A06F

Tints of Sage #93A06F

Color information

#93A06F (or 0x93A06F) is unknown color: approx Sage. HEX triplet: 93, A0 and 6F. RGB value is (147,160,111). Sum of RGB (Red+Green+Blue) = 147+160+111=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 160 - color contains mainly: green. Hex color #93A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A06F is #6C5F90. Grayscale: #969696. Windows color (decimal): -7102353 or 7315603. OLE color: 7315603.

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

Color convert

RGB147160111-
CMYK0.0800.310.37
HSL75.92º20.5%53.14%-
HSV(B)75.92º30.63%62.75%-
XYZ27.4732.4919.86-
YUV150.53105.69125.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=35.17%
G=38.28%
B=26.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1471601110.0800.310.3775.9220.553.14
Hex93A06F801F254c1535
Octal22324015710037451142565
Binary100100111010000011011111000011111100101100110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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