#93B571

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

Shades of Olivine #93B571

Tints of Olivine #93B571

Color information

#93B571 (or 0x93B571) is unknown color: approx Olivine. HEX triplet: 93, B5 and 71. RGB value is (147,181,113). Sum of RGB (Red+Green+Blue) = 147+181+113=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #93B571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B571 is #6C4A8E. Grayscale: #A3A3A3. Windows color (decimal): -7096975 or 7452051. OLE color: 7452051.

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

Color convert

RGB147181113-
CMYK0.1900.380.29
HSL90º31.48%57.65%-
HSV(B)90º37.57%70.98%-
XYZ31.5440.4421.77-
YUV163.0899.74116.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 41.04%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=33.33%
G=41.04%
B=25.62%

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
Decimal1471811130.1900.380.299031.4857.65
Hex93B571130261D5a1f3a
Octal22326516123046351323772
Binary1001001110110101111000110011010011011101101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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