Shades of Ocean Green #599D70
Tints of Ocean Green #599D70
RGB
CMYK
RGB Variations
Color information
#599D70 (or 0x599D70) is known color: Ocean Green. HEX triplet: 59, 9D and 70. RGB value is (89,157,112). Sum of RGB (Red+Green+Blue) = 89+157+112=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #599D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D70 is #A6628F. Grayscale: #838383. Windows color (decimal): -10904208 or 7380313. OLE color: 7380313.
HSL color Cylindrical-coordinate representation of color #599D70: hue angle of 140.29º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D70 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 112 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.38 |
| HSL | 140.29º | 0.28% | 0.48% | - |
| HSV(B) | 140.29º | 0.43% | 0.62% | - |
| XYZ | 19.1 | 27.41 | 19.61 | - |
| YUV | 131.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 112 | 0.43 | 0 | 0.29 | 0.38 | 140.29 | 0.28 | 0.48 |
| Hex | 59 | 9D | 70 | 2B | 0 | 1D | 26 | 8C | 1C | 30 |
| Octal | 131 | 235 | 160 | 53 | 0 | 35 | 46 | 214 | 34 | 60 |
| Binary | 1011001 | 10011101 | 1110000 | 101011 | 0 | 11101 | 100110 | 10001100 | 11100 | 110000 |
Color Harmonies of #599D70
Complementary color
Monochromatic Colors of #599D70
Black with #599D70
Text Example
Text Example
White with #599D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D70; }
p { color: rgb(89,157,112); }
H1.HeaderClassName
{
color: #599D70;
}
.AnyTagClassName
{
color: #599D70;
}
</style>
background-color css
<style>
a { background-color: #599D70; }
a { background-color: rgb(89,157,112); }
div.DivClassName
{
background-color: #599D70;
}
.BgClassName
{
background-color: #599D70;
}
</style>
border-color css
<style>
span { border-color: #599D70; }
span { border-color: rgb(89,157,112); }
td.TdClassName
{
border-color: #599D70;
}
.TagClassName
{
border-color: #599D70;
}
</style>