#93AD7E

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

Shades of Olivine #93AD7E

Tints of Olivine #93AD7E

Color information

#93AD7E (or 0x93AD7E) is unknown color: approx Olivine. HEX triplet: 93, AD and 7E. RGB value is (147,173,126). Sum of RGB (Red+Green+Blue) = 147+173+126=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AD7E is #6C5281. Grayscale: #A0A0A0. Windows color (decimal): -7099010 or 8301971. OLE color: 8301971.

HSL color Cylindrical-coordinate representation of color #93AD7E: hue angle of 93.19º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93AD7E is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB147173126-
CMYK0.1500.270.32
HSL93.19º22.27%58.63%-
HSV(B)93.19º27.17%67.84%-
XYZ30.7437.625.38-
YUV159.87108.89118.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.96%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=32.96%
G=38.79%
B=28.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471731260.1500.270.3293.1922.2758.63
Hex93AD7EF01B205d163b
Octal22325517617033401352673
Binary100100111010110111111101111011011100000101110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,173,126); }

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

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

 a { background-color: rgb(147,173,126); }

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

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

 span { border-color: rgb(147,173,126); }

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