#93AC71

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

Shades of Olivine #93AC71

Tints of Olivine #93AC71

Color information

#93AC71 (or 0x93AC71) is unknown color: approx Olivine. HEX triplet: 93, AC and 71. RGB value is (147,172,113). Sum of RGB (Red+Green+Blue) = 147+172+113=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC71 is #6C538E. Grayscale: #9E9E9E. Windows color (decimal): -7099279 or 7449747. OLE color: 7449747.

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

Color convert

RGB147172113-
CMYK0.1500.340.33
HSL85.42º26.22%55.88%-
HSV(B)85.42º34.3%67.45%-
XYZ29.7736.921.18-
YUV157.8102.72120.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=34.03%
G=39.81%
B=26.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471721130.1500.340.3385.4226.2255.88
Hex93AC71F02221551a38
Octal22325416117042411253270
Binary1001001110101100111000111110100010100001101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,172,113); }

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

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

 a { background-color: rgb(147,172,113); }

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

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

 span { border-color: rgb(147,172,113); }

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