#93A676

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

Shades of Sage #93A676

Tints of Sage #93A676

Color information

#93A676 (or 0x93A676) is unknown color: approx Sage. HEX triplet: 93, A6 and 76. RGB value is (147,166,118). Sum of RGB (Red+Green+Blue) = 147+166+118=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 166 - color contains mainly: green. Hex color #93A676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A676 is #6C5989. Grayscale: #9B9B9B. Windows color (decimal): -7100810 or 7775891. OLE color: 7775891.

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

Color convert

RGB147166118-
CMYK0.1100.290.35
HSL83.75º21.24%55.69%-
HSV(B)83.75º28.92%65.1%-
XYZ28.9434.7822.33-
YUV154.85107.21122.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=34.11%
G=38.52%
B=27.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471661180.1100.290.3583.7521.2455.69
Hex93A676B01D23541538
Octal22324616613035431242570
Binary100100111010011011101101011011101100011101010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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