Shades of Ocean Green #56A780
Tints of Ocean Green #56A780
RGB
CMYK
RGB Variations
Color information
#56A780 (or 0x56A780) is known color: Ocean Green. HEX triplet: 56, A7 and 80. RGB value is (86,167,128). Sum of RGB (Red+Green+Blue) = 86+167+128=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #56A780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A780 is #A9587F. Grayscale: #8A8A8A. Windows color (decimal): -11098240 or 8431446. OLE color: 8431446.
HSL color Cylindrical-coordinate representation of color #56A780: hue angle of 151.11º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A780 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 167 | 128 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.35 |
| HSL | 151.11º | 0.32% | 0.5% | - |
| HSV(B) | 151.11º | 0.49% | 0.65% | - |
| XYZ | 21.55 | 31.17 | 25.3 | - |
| YUV | 138.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 167 | 128 | 0.49 | 0 | 0.23 | 0.35 | 151.11 | 0.32 | 0.5 |
| Hex | 56 | A7 | 80 | 31 | 0 | 17 | 23 | 97 | 20 | 32 |
| Octal | 126 | 247 | 200 | 61 | 0 | 27 | 43 | 227 | 40 | 62 |
| Binary | 1010110 | 10100111 | 10000000 | 110001 | 0 | 10111 | 100011 | 10010111 | 100000 | 110010 |
Color Harmonies of #56A780
Complementary color
Monochromatic Colors of #56A780
Black with #56A780
Text Example
Text Example
White with #56A780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A780; }
p { color: rgb(86,167,128); }
H1.HeaderClassName
{
color: #56A780;
}
.AnyTagClassName
{
color: #56A780;
}
</style>
background-color css
<style>
a { background-color: #56A780; }
a { background-color: rgb(86,167,128); }
div.DivClassName
{
background-color: #56A780;
}
.BgClassName
{
background-color: #56A780;
}
</style>
border-color css
<style>
span { border-color: #56A780; }
span { border-color: rgb(86,167,128); }
td.TdClassName
{
border-color: #56A780;
}
.TagClassName
{
border-color: #56A780;
}
</style>