#93AE77

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

Shades of Olivine #93AE77

Tints of Olivine #93AE77

Color information

#93AE77 (or 0x93AE77) is unknown color: approx Olivine. HEX triplet: 93, AE and 77. RGB value is (147,174,119). Sum of RGB (Red+Green+Blue) = 147+174+119=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AE77 is #6C5188. Grayscale: #9F9F9F. Windows color (decimal): -7098761 or 7843475. OLE color: 7843475.

HSL color Cylindrical-coordinate representation of color #93AE77: hue angle of 89.45º degrees, saturation: 0.25, 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 #93AE77 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB147174119-
CMYK0.1600.320.32
HSL89.45º25.35%57.45%-
HSV(B)89.45º31.61%68.24%-
XYZ30.537.8123.14-
YUV159.66105.05118.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 119 (46.88% from 255) = 27.05%
R=33.41%
G=39.55%
B=27.05%

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
Decimal1471741190.1600.320.3289.4525.3557.45
Hex93AE771002020591939
Octal22325616720040401313171
Binary10010011101011101110111100000100000100000101100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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