#93AC7C

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

Shades of Olivine #93AC7C

Tints of Olivine #93AC7C

Color information

#93AC7C (or 0x93AC7C) is unknown color: approx Olivine. HEX triplet: 93, AC and 7C. RGB value is (147,172,124). Sum of RGB (Red+Green+Blue) = 147+172+124=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC7C is #6C5383. Grayscale: #9F9F9F. Windows color (decimal): -7099268 or 8170643. OLE color: 8170643.

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

Color convert

RGB147172124-
CMYK0.1500.280.33
HSL91.25º22.43%58.04%-
HSV(B)91.25º27.91%67.45%-
XYZ30.4237.1624.64-
YUV159.05108.22119.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=33.18%
G=38.83%
B=27.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471721240.1500.280.3391.2522.4358.04
Hex93AC7CF01C215b163a
Octal22325417417034411332672
Binary100100111010110011111001111011100100001101101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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