#93A372

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

Shades of Sage #93A372

Tints of Sage #93A372

Color information

#93A372 (or 0x93A372) is unknown color: approx Sage. HEX triplet: 93, A3 and 72. RGB value is (147,163,114). Sum of RGB (Red+Green+Blue) = 147+163+114=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 163 - color contains mainly: green. Hex color #93A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A372 is #6C5C8D. Grayscale: #989898. Windows color (decimal): -7101582 or 7512979. OLE color: 7512979.

HSL color Cylindrical-coordinate representation of color #93A372: hue angle of 79.59º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93A372 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB147163114-
CMYK0.1000.300.36
HSL79.59º21.03%54.31%-
HSV(B)79.59º30.06%63.92%-
XYZ28.1733.6120.92-
YUV152.63106.2123.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=34.67%
G=38.44%
B=26.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471631140.1000.300.3679.5921.0354.31
Hex93A372A01E24501536
Octal22324316212036441202566
Binary100100111010001111100101010011110100100101000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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