#93B570

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

Shades of Olivine #93B570

Tints of Olivine #93B570

Color information

#93B570 (or 0x93B570) is unknown color: approx Olivine. HEX triplet: 93, B5 and 70. RGB value is (147,181,112). Sum of RGB (Red+Green+Blue) = 147+181+112=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #93B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B570 is #6C4A8F. Grayscale: #A3A3A3. Windows color (decimal): -7096976 or 7386515. OLE color: 7386515.

HSL color Cylindrical-coordinate representation of color #93B570: hue angle of 89.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93B570 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB147181112-
CMYK0.1900.380.29
HSL89.57º31.8%57.45%-
HSV(B)89.57º38.12%70.98%-
XYZ31.4840.4221.47-
YUV162.9799.24116.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=33.41%
G=41.14%
B=25.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471811120.1900.380.2989.5731.857.45
Hex93B570130261D5a2039
Octal22326516023046351324071
Binary10010011101101011110000100110100110111011011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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