Shades of Ocean Green #569868
Tints of Ocean Green #569868
RGB
CMYK
RGB Variations
Color information
#569868 (or 0x569868) is known color: Ocean Green. HEX triplet: 56, 98 and 68. RGB value is (86,152,104). Sum of RGB (Red+Green+Blue) = 86+152+104=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #569868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569868 is #A96797. Grayscale: #7E7E7E. Windows color (decimal): -11102104 or 6854742. OLE color: 6854742.
HSL color Cylindrical-coordinate representation of color #569868: hue angle of 136.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #569868 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 152 | 104 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.40 |
| HSL | 136.36º | 0.28% | 0.47% | - |
| HSV(B) | 136.36º | 0.43% | 0.6% | - |
| XYZ | 17.56 | 25.43 | 17.08 | - |
| YUV | 126.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 104 | 0.43 | 0 | 0.32 | 0.40 | 136.36 | 0.28 | 0.47 |
| Hex | 56 | 98 | 68 | 2B | 0 | 20 | 28 | 88 | 1C | 2F |
| Octal | 126 | 230 | 150 | 53 | 0 | 40 | 50 | 210 | 34 | 57 |
| Binary | 1010110 | 10011000 | 1101000 | 101011 | 0 | 100000 | 101000 | 10001000 | 11100 | 101111 |
Color Harmonies of #569868
Complementary color
Monochromatic Colors of #569868
Black with #569868
Text Example
Text Example
White with #569868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569868; }
p { color: rgb(86,152,104); }
H1.HeaderClassName
{
color: #569868;
}
.AnyTagClassName
{
color: #569868;
}
</style>
background-color css
<style>
a { background-color: #569868; }
a { background-color: rgb(86,152,104); }
div.DivClassName
{
background-color: #569868;
}
.BgClassName
{
background-color: #569868;
}
</style>
border-color css
<style>
span { border-color: #569868; }
span { border-color: rgb(86,152,104); }
td.TdClassName
{
border-color: #569868;
}
.TagClassName
{
border-color: #569868;
}
</style>