#93AA6E

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

Shades of Olivine #93AA6E

Tints of Olivine #93AA6E

Color information

#93AA6E (or 0x93AA6E) is unknown color: approx Olivine. HEX triplet: 93, AA and 6E. RGB value is (147,170,110). Sum of RGB (Red+Green+Blue) = 147+170+110=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA6E is #6C5591. Grayscale: #9C9C9C. Windows color (decimal): -7099794 or 7252627. OLE color: 7252627.

HSL color Cylindrical-coordinate representation of color #93AA6E: hue angle of 83º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93AA6E is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB147170110-
CMYK0.1400.350.33
HSL83º26.09%54.9%-
HSV(B)83º35.29%66.67%-
XYZ29.2236.0820.18-
YUV156.28101.88121.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=34.43%
G=39.81%
B=25.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471701100.1400.350.338326.0954.9
Hex93AA6EE02321531a37
Octal22325215616043411233267
Binary1001001110101010110111011100100011100001101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,170,110); }

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

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

 a { background-color: rgb(147,170,110); }

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

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

 span { border-color: rgb(147,170,110); }

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