#93B57E

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

Shades of Olivine #93B57E

Tints of Olivine #93B57E

Color information

#93B57E (or 0x93B57E) is unknown color: approx Olivine. HEX triplet: 93, B5 and 7E. RGB value is (147,181,126). Sum of RGB (Red+Green+Blue) = 147+181+126=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #93B57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B57E is #6C4A81. Grayscale: #A4A4A4. Windows color (decimal): -7096962 or 8304019. OLE color: 8304019.

HSL color Cylindrical-coordinate representation of color #93B57E: hue angle of 97.09º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93B57E is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB147181126-
CMYK0.1900.300.29
HSL97.09º27.09%60.2%-
HSV(B)97.09º30.39%70.98%-
XYZ32.3240.7625.9-
YUV164.56106.24115.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.38%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 126 (49.61% from 255) = 27.75%
R=32.38%
G=39.87%
B=27.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471811260.1900.300.2997.0927.0960.2
Hex93B57E1301E1D611b3c
Octal22326517623036351413374
Binary100100111011010111111101001101111011101110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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