#93A270

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

Shades of Sage #93A270

Tints of Sage #93A270

Color information

#93A270 (or 0x93A270) is unknown color: approx Sage. HEX triplet: 93, A2 and 70. RGB value is (147,162,112). Sum of RGB (Red+Green+Blue) = 147+162+112=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #93A270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A270 is #6C5D8F. Grayscale: #989898. Windows color (decimal): -7101840 or 7381651. OLE color: 7381651.

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

Color convert

RGB147162112-
CMYK0.0900.310.36
HSL78º21.19%53.73%-
HSV(B)78º30.86%63.53%-
XYZ27.8833.2120.27-
YUV151.82105.53124.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=34.92%
G=38.48%
B=26.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471621120.0900.310.367821.1953.73
Hex93A270901F244e1536
Octal22324216011037441162566
Binary100100111010001011100001001011111100100100111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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