#93A272

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

Shades of Sage #93A272

Tints of Sage #93A272

Color information

#93A272 (or 0x93A272) is unknown color: approx Sage. HEX triplet: 93, A2 and 72. RGB value is (147,162,114). Sum of RGB (Red+Green+Blue) = 147+162+114=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #93A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A272 is #6C5D8D. Grayscale: #989898. Windows color (decimal): -7101838 or 7512723. OLE color: 7512723.

HSL color Cylindrical-coordinate representation of color #93A272: hue angle of 78.75º 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 #93A272 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB147162114-
CMYK0.0900.300.36
HSL78.75º20.51%54.12%-
HSV(B)78.75º29.63%63.53%-
XYZ27.9933.2620.86-
YUV152.04106.53124.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=34.75%
G=38.30%
B=26.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471621140.0900.300.3678.7520.5154.12
Hex93A272901E244f1536
Octal22324216211036441172566
Binary100100111010001011100101001011110100100100111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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