Shades of Ocean Green #599A73
Tints of Ocean Green #599A73
RGB
CMYK
RGB Variations
Color information
#599A73 (or 0x599A73) is known color: Ocean Green. HEX triplet: 59, 9A and 73. RGB value is (89,154,115). Sum of RGB (Red+Green+Blue) = 89+154+115=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #599A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599A73 is #A6658C. Grayscale: #828282. Windows color (decimal): -10904973 or 7576153. OLE color: 7576153.
HSL color Cylindrical-coordinate representation of color #599A73: hue angle of 144º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599A73 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 154 | 115 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.40 |
| HSL | 144º | 0.27% | 0.48% | - |
| HSV(B) | 144º | 0.42% | 0.6% | - |
| XYZ | 18.77 | 26.47 | 20.34 | - |
| YUV | 130.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 115 | 0.42 | 0 | 0.25 | 0.40 | 144 | 0.27 | 0.48 |
| Hex | 59 | 9A | 73 | 2A | 0 | 19 | 28 | 90 | 1B | 30 |
| Octal | 131 | 232 | 163 | 52 | 0 | 31 | 50 | 220 | 33 | 60 |
| Binary | 1011001 | 10011010 | 1110011 | 101010 | 0 | 11001 | 101000 | 10010000 | 11011 | 110000 |
Color Harmonies of #599A73
Complementary color
Monochromatic Colors of #599A73
Black with #599A73
Text Example
Text Example
White with #599A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599A73; }
p { color: rgb(89,154,115); }
H1.HeaderClassName
{
color: #599A73;
}
.AnyTagClassName
{
color: #599A73;
}
</style>
background-color css
<style>
a { background-color: #599A73; }
a { background-color: rgb(89,154,115); }
div.DivClassName
{
background-color: #599A73;
}
.BgClassName
{
background-color: #599A73;
}
</style>
border-color css
<style>
span { border-color: #599A73; }
span { border-color: rgb(89,154,115); }
td.TdClassName
{
border-color: #599A73;
}
.TagClassName
{
border-color: #599A73;
}
</style>