#93C560

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

Shades of Olivine #93C560

Tints of Olivine #93C560

Color information

#93C560 (or 0x93C560) is unknown color: approx Olivine. HEX triplet: 93, C5 and 60. RGB value is (147,197,96). Sum of RGB (Red+Green+Blue) = 147+197+96=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #93C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C560 is #6C3A9F. Grayscale: #AAAAAA. Windows color (decimal): -7092896 or 6342035. OLE color: 6342035.

HSL color Cylindrical-coordinate representation of color #93C560: hue angle of 89.7º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93C560 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB14719796-
CMYK0.2500.510.23
HSL89.7º46.54%57.45%-
HSV(B)89.7º51.27%77.25%-
XYZ34.1146.9818.34-
YUV170.5485.94111.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 197 (77.34% from 255) = 44.77%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=33.41%
G=44.77%
B=21.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal147197960.2500.510.2389.746.5457.45
Hex93C56019033175a2f39
Octal22330514031063271325771
Binary10010011110001011100000110010110011101111011010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,197,96); }

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

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

 a { background-color: rgb(147,197,96); }

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

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

 span { border-color: rgb(147,197,96); }

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