#599C73

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

Shades of Ocean Green #599C73

Tints of Ocean Green #599C73

Color information

#599C73 (or 0x599C73) is unknown color: approx Ocean Green. HEX triplet: 59, 9C and 73. RGB value is (89,156,115). Sum of RGB (Red+Green+Blue) = 89+156+115=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #599C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C73 is #A6638C. Grayscale: #838383. Windows color (decimal): -10904461 or 7576665. OLE color: 7576665.

HSL color Cylindrical-coordinate representation of color #599C73: hue angle of 143.28º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C73 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB89156115-
CMYK0.4300.260.39
HSL143.28º27.35%48.04%-
HSV(B)143.28º42.95%61.18%-
XYZ19.127.1420.45-
YUV131.29118.897.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 115 (45.31% from 255) = 31.94%
R=24.72%
G=43.33%
B=31.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891561150.4300.260.39143.2827.3548.04
Hex599C732B01A278f1b30
Octal13123416353032472173360
Binary10110011001110011100111010110110101001111000111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599C73; }

 p { color: rgb(89,156,115); }

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

<style>
 a { background-color: #599C73; }

 a { background-color: rgb(89,156,115); }

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

<style>
 span { border-color: #599C73; }

 span { border-color: rgb(89,156,115); }

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