Shades of Ocean Green #559971
Tints of Ocean Green #559971
RGB
CMYK
RGB Variations
Color information
#559971 (or 0x559971) is known color: Ocean Green. HEX triplet: 55, 99 and 71. RGB value is (85,153,113). Sum of RGB (Red+Green+Blue) = 85+153+113=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #559971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559971 is #AA668E. Grayscale: #808080. Windows color (decimal): -11167375 or 7444821. OLE color: 7444821.
HSL color Cylindrical-coordinate representation of color #559971: hue angle of 144.71º 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 #559971 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 113 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.4 |
| HSL | 144.71º | 0.29% | 0.47% | - |
| HSV(B) | 144.71º | 0.44% | 0.6% | - |
| XYZ | 18.12 | 25.91 | 19.67 | - |
| YUV | 128.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 113 | 0.44 | 0 | 0.26 | 0.4 | 144.71 | 0.29 | 0.47 |
| Hex | 55 | 99 | 71 | 2C | 0 | 1A | 28 | 91 | 1D | 2F |
| Octal | 125 | 231 | 161 | 54 | 0 | 32 | 50 | 221 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1110001 | 101100 | 0 | 11010 | 101000 | 10010001 | 11101 | 101111 |
Color Harmonies of #559971
Complementary color
Monochromatic Colors of #559971
Black with #559971
Text Example
Text Example
White with #559971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559971; }
p { color: rgb(85,153,113); }
H1.HeaderClassName
{
color: #559971;
}
.AnyTagClassName
{
color: #559971;
}
</style>
background-color css
<style>
a { background-color: #559971; }
a { background-color: rgb(85,153,113); }
div.DivClassName
{
background-color: #559971;
}
.BgClassName
{
background-color: #559971;
}
</style>
border-color css
<style>
span { border-color: #559971; }
span { border-color: rgb(85,153,113); }
td.TdClassName
{
border-color: #559971;
}
.TagClassName
{
border-color: #559971;
}
</style>