#93AC70

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

Shades of Olivine #93AC70

Tints of Olivine #93AC70

Color information

#93AC70 (or 0x93AC70) is unknown color: approx Olivine. HEX triplet: 93, AC and 70. RGB value is (147,172,112). Sum of RGB (Red+Green+Blue) = 147+172+112=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC70 is #6C538F. Grayscale: #9D9D9D. Windows color (decimal): -7099280 or 7384211. OLE color: 7384211.

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

Color convert

RGB147172112-
CMYK0.1500.350.33
HSL85º26.55%55.69%-
HSV(B)85º34.88%67.45%-
XYZ29.7136.8820.88-
YUV157.68102.22120.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=34.11%
G=39.91%
B=25.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471721120.1500.350.338526.5555.69
Hex93AC70F02321551b38
Octal22325416017043411253370
Binary1001001110101100111000011110100011100001101010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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