#93AE76

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

Shades of Olivine #93AE76

Tints of Olivine #93AE76

Color information

#93AE76 (or 0x93AE76) is unknown color: approx Olivine. HEX triplet: 93, AE and 76. RGB value is (147,174,118). Sum of RGB (Red+Green+Blue) = 147+174+118=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AE76 is #6C5189. Grayscale: #9F9F9F. Windows color (decimal): -7098762 or 7777939. OLE color: 7777939.

HSL color Cylindrical-coordinate representation of color #93AE76: hue angle of 88.93º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93AE76 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB147174118-
CMYK0.1600.320.32
HSL88.93º25.69%57.25%-
HSV(B)88.93º32.18%68.24%-
XYZ30.4437.7822.83-
YUV159.54104.55119.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=33.49%
G=39.64%
B=26.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471741180.1600.320.3288.9325.6957.25
Hex93AE761002020591a39
Octal22325616620040401313271
Binary10010011101011101110110100000100000100000101100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,174,118); }

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

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

 a { background-color: rgb(147,174,118); }

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

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

 span { border-color: rgb(147,174,118); }

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