#59986F

Color #59986F Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #59986F

Tints of Ocean Green #59986F

Color information

#59986F (or 0x59986F) is unknown color: approx Ocean Green. HEX triplet: 59, 98 and 6F. RGB value is (89,152,111). Sum of RGB (Red+Green+Blue) = 89+152+111=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #59986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59986F is #A66790. Grayscale: #808080. Windows color (decimal): -10905489 or 7313497. OLE color: 7313497.

HSL color Cylindrical-coordinate representation of color #59986F: hue angle of 140.95º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59986F is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB89152111-
CMYK0.4100.270.40
HSL140.95º26.14%47.25%-
HSV(B)140.95º41.45%59.61%-
XYZ18.2225.7319.04-
YUV128.49118.1399.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=25.28%
G=43.18%
B=31.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891521110.4100.270.40140.9526.1447.25
Hex59986F2901B288d1a2f
Octal13123015751033502153257
Binary10110011001100011011111010010110111010001000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59986F; }

 p { color: rgb(89,152,111); }

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

<style>
 a { background-color: #59986F; }

 a { background-color: rgb(89,152,111); }

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

<style>
 span { border-color: #59986F; }

 span { border-color: rgb(89,152,111); }

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