Shades of Ocean Green #569E70
Tints of Ocean Green #569E70
RGB
CMYK
RGB Variations
Color information
#569E70 (or 0x569E70) is known color: Ocean Green. HEX triplet: 56, 9E and 70. RGB value is (86,158,112). Sum of RGB (Red+Green+Blue) = 86+158+112=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #569E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569E70 is #A9618F. Grayscale: #838383. Windows color (decimal): -11100560 or 7380566. OLE color: 7380566.
HSL color Cylindrical-coordinate representation of color #569E70: hue angle of 141.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #569E70 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 158 | 112 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.38 |
| HSL | 141.67º | 0.3% | 0.48% | - |
| HSV(B) | 141.67º | 0.46% | 0.62% | - |
| XYZ | 18.99 | 27.6 | 19.66 | - |
| YUV | 131.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 112 | 0.46 | 0 | 0.29 | 0.38 | 141.67 | 0.3 | 0.48 |
| Hex | 56 | 9E | 70 | 2E | 0 | 1D | 26 | 8E | 1E | 30 |
| Octal | 126 | 236 | 160 | 56 | 0 | 35 | 46 | 216 | 36 | 60 |
| Binary | 1010110 | 10011110 | 1110000 | 101110 | 0 | 11101 | 100110 | 10001110 | 11110 | 110000 |
Color Harmonies of #569E70
Complementary color
Monochromatic Colors of #569E70
Black with #569E70
Text Example
Text Example
White with #569E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569E70; }
p { color: rgb(86,158,112); }
H1.HeaderClassName
{
color: #569E70;
}
.AnyTagClassName
{
color: #569E70;
}
</style>
background-color css
<style>
a { background-color: #569E70; }
a { background-color: rgb(86,158,112); }
div.DivClassName
{
background-color: #569E70;
}
.BgClassName
{
background-color: #569E70;
}
</style>
border-color css
<style>
span { border-color: #569E70; }
span { border-color: rgb(86,158,112); }
td.TdClassName
{
border-color: #569E70;
}
.TagClassName
{
border-color: #569E70;
}
</style>