#93AE75

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

Shades of Olivine #93AE75

Tints of Olivine #93AE75

Color information

#93AE75 (or 0x93AE75) is unknown color: approx Olivine. HEX triplet: 93, AE and 75. RGB value is (147,174,117). Sum of RGB (Red+Green+Blue) = 147+174+117=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AE75 is #6C518A. Grayscale: #9F9F9F. Windows color (decimal): -7098763 or 7712403. OLE color: 7712403.

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

Color convert

RGB147174117-
CMYK0.1600.330.32
HSL88.42º26.03%57.06%-
HSV(B)88.42º32.76%68.24%-
XYZ30.3837.7622.52-
YUV159.43104.05119.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 174 (68.36% from 255) = 39.73%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=33.56%
G=39.73%
B=26.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471741170.1600.330.3288.4226.0357.06
Hex93AE751002120581a39
Octal22325616520041401303271
Binary10010011101011101110101100000100001100000101100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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