Shades of Ocean Green #569972
Tints of Ocean Green #569972
RGB
CMYK
RGB Variations
Color information
#569972 (or 0x569972) is known color: Ocean Green. HEX triplet: 56, 99 and 72. RGB value is (86,153,114). Sum of RGB (Red+Green+Blue) = 86+153+114=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #569972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569972 is #A9668D. Grayscale: #808080. Windows color (decimal): -11101838 or 7510358. OLE color: 7510358.
HSL color Cylindrical-coordinate representation of color #569972: hue angle of 145.07º degrees, saturation: 0.28, 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 #569972 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 153 | 114 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.4 |
| HSL | 145.07º | 0.28% | 0.47% | - |
| HSV(B) | 145.07º | 0.44% | 0.6% | - |
| XYZ | 18.27 | 25.98 | 19.97 | - |
| YUV | 128.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 114 | 0.44 | 0 | 0.25 | 0.4 | 145.07 | 0.28 | 0.47 |
| Hex | 56 | 99 | 72 | 2C | 0 | 19 | 28 | 91 | 1C | 2F |
| Octal | 126 | 231 | 162 | 54 | 0 | 31 | 50 | 221 | 34 | 57 |
| Binary | 1010110 | 10011001 | 1110010 | 101100 | 0 | 11001 | 101000 | 10010001 | 11100 | 101111 |
Color Harmonies of #569972
Complementary color
Monochromatic Colors of #569972
Black with #569972
Text Example
Text Example
White with #569972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569972; }
p { color: rgb(86,153,114); }
H1.HeaderClassName
{
color: #569972;
}
.AnyTagClassName
{
color: #569972;
}
</style>
background-color css
<style>
a { background-color: #569972; }
a { background-color: rgb(86,153,114); }
div.DivClassName
{
background-color: #569972;
}
.BgClassName
{
background-color: #569972;
}
</style>
border-color css
<style>
span { border-color: #569972; }
span { border-color: rgb(86,153,114); }
td.TdClassName
{
border-color: #569972;
}
.TagClassName
{
border-color: #569972;
}
</style>