#93A672

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

Shades of Sage #93A672

Tints of Sage #93A672

Color information

#93A672 (or 0x93A672) is unknown color: approx Sage. HEX triplet: 93, A6 and 72. RGB value is (147,166,114). Sum of RGB (Red+Green+Blue) = 147+166+114=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #93A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A672 is #6C598D. Grayscale: #9A9A9A. Windows color (decimal): -7100814 or 7513747. OLE color: 7513747.

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

Color convert

RGB147166114-
CMYK0.1100.310.35
HSL81.92º22.61%54.9%-
HSV(B)81.92º31.33%65.1%-
XYZ28.7134.6921.1-
YUV154.39105.21122.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=34.43%
G=38.88%
B=26.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471661140.1100.310.3581.9222.6154.9
Hex93A672B01F23521737
Octal22324616213037431222767
Binary100100111010011011100101011011111100011101001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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