#93AC7A

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

Shades of Olivine #93AC7A

Tints of Olivine #93AC7A

Color information

#93AC7A (or 0x93AC7A) is unknown color: approx Olivine. HEX triplet: 93, AC and 7A. RGB value is (147,172,122). Sum of RGB (Red+Green+Blue) = 147+172+122=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC7A is #6C5385. Grayscale: #9E9E9E. Windows color (decimal): -7099270 or 8039571. OLE color: 8039571.

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

Color convert

RGB147172122-
CMYK0.1500.290.33
HSL90º23.15%57.65%-
HSV(B)90º29.07%67.45%-
XYZ30.337.1123.98-
YUV158.82107.22119.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=33.33%
G=39.00%
B=27.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471721220.1500.290.339023.1557.65
Hex93AC7AF01D215a173a
Octal22325417217035411322772
Binary100100111010110011110101111011101100001101101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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