Shades of Ocean Green #569C7A
Tints of Ocean Green #569C7A
RGB
CMYK
RGB Variations
Color information
#569C7A (or 0x569C7A) is known color: Ocean Green. HEX triplet: 56, 9C and 7A. RGB value is (86,156,122). Sum of RGB (Red+Green+Blue) = 86+156+122=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #569C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569C7A is #A96385. Grayscale: #838383. Windows color (decimal): -11101062 or 8035414. OLE color: 8035414.
HSL color Cylindrical-coordinate representation of color #569C7A: hue angle of 150.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569C7A is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 156 | 122 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.39 |
| HSL | 150.86º | 0.29% | 0.47% | - |
| HSV(B) | 150.86º | 0.45% | 0.61% | - |
| XYZ | 19.24 | 27.16 | 22.64 | - |
| YUV | 131.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 122 | 0.45 | 0 | 0.22 | 0.39 | 150.86 | 0.29 | 0.47 |
| Hex | 56 | 9C | 7A | 2D | 0 | 16 | 27 | 97 | 1D | 2F |
| Octal | 126 | 234 | 172 | 55 | 0 | 26 | 47 | 227 | 35 | 57 |
| Binary | 1010110 | 10011100 | 1111010 | 101101 | 0 | 10110 | 100111 | 10010111 | 11101 | 101111 |
Color Harmonies of #569C7A
Complementary color
Monochromatic Colors of #569C7A
Black with #569C7A
Text Example
Text Example
White with #569C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569C7A; }
p { color: rgb(86,156,122); }
H1.HeaderClassName
{
color: #569C7A;
}
.AnyTagClassName
{
color: #569C7A;
}
</style>
background-color css
<style>
a { background-color: #569C7A; }
a { background-color: rgb(86,156,122); }
div.DivClassName
{
background-color: #569C7A;
}
.BgClassName
{
background-color: #569C7A;
}
</style>
border-color css
<style>
span { border-color: #569C7A; }
span { border-color: rgb(86,156,122); }
td.TdClassName
{
border-color: #569C7A;
}
.TagClassName
{
border-color: #569C7A;
}
</style>