Shades of Ocean Green #559972
Tints of Ocean Green #559972
RGB
CMYK
RGB Variations
Color information
#559972 (or 0x559972) is known color: Ocean Green. HEX triplet: 55, 99 and 72. RGB value is (85,153,114). Sum of RGB (Red+Green+Blue) = 85+153+114=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #559972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559972 is #AA668D. Grayscale: #808080. Windows color (decimal): -11167374 or 7510357. OLE color: 7510357.
HSL color Cylindrical-coordinate representation of color #559972: hue angle of 145.59º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559972 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 114 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.4 |
| HSL | 145.59º | 0.29% | 0.47% | - |
| HSV(B) | 145.59º | 0.44% | 0.6% | - |
| XYZ | 18.17 | 25.93 | 19.97 | - |
| YUV | 128.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 114 | 0.44 | 0 | 0.25 | 0.4 | 145.59 | 0.29 | 0.47 |
| Hex | 55 | 99 | 72 | 2C | 0 | 19 | 28 | 92 | 1D | 2F |
| Octal | 125 | 231 | 162 | 54 | 0 | 31 | 50 | 222 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1110010 | 101100 | 0 | 11001 | 101000 | 10010010 | 11101 | 101111 |
Color Harmonies of #559972
Complementary color
Monochromatic Colors of #559972
Black with #559972
Text Example
Text Example
White with #559972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559972; }
p { color: rgb(85,153,114); }
H1.HeaderClassName
{
color: #559972;
}
.AnyTagClassName
{
color: #559972;
}
</style>
background-color css
<style>
a { background-color: #559972; }
a { background-color: rgb(85,153,114); }
div.DivClassName
{
background-color: #559972;
}
.BgClassName
{
background-color: #559972;
}
</style>
border-color css
<style>
span { border-color: #559972; }
span { border-color: rgb(85,153,114); }
td.TdClassName
{
border-color: #559972;
}
.TagClassName
{
border-color: #559972;
}
</style>