Shades of Ocean Green #56A770
Tints of Ocean Green #56A770
RGB
CMYK
RGB Variations
Color information
#56A770 (or 0x56A770) is known color: Ocean Green. HEX triplet: 56, A7 and 70. RGB value is (86,167,112). Sum of RGB (Red+Green+Blue) = 86+167+112=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #56A770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A770 is #A9588F. Grayscale: #888888. Windows color (decimal): -11098256 or 7382870. OLE color: 7382870.
HSL color Cylindrical-coordinate representation of color #56A770: hue angle of 139.26º 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 #56A770 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 167 | 112 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.35 |
| HSL | 139.26º | 0.32% | 0.5% | - |
| HSV(B) | 139.26º | 0.49% | 0.65% | - |
| XYZ | 20.58 | 30.79 | 20.19 | - |
| YUV | 136.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 167 | 112 | 0.49 | 0 | 0.33 | 0.35 | 139.26 | 0.32 | 0.5 |
| Hex | 56 | A7 | 70 | 31 | 0 | 21 | 23 | 8B | 20 | 32 |
| Octal | 126 | 247 | 160 | 61 | 0 | 41 | 43 | 213 | 40 | 62 |
| Binary | 1010110 | 10100111 | 1110000 | 110001 | 0 | 100001 | 100011 | 10001011 | 100000 | 110010 |
Color Harmonies of #56A770
Complementary color
Monochromatic Colors of #56A770
Black with #56A770
Text Example
Text Example
White with #56A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A770; }
p { color: rgb(86,167,112); }
H1.HeaderClassName
{
color: #56A770;
}
.AnyTagClassName
{
color: #56A770;
}
</style>
background-color css
<style>
a { background-color: #56A770; }
a { background-color: rgb(86,167,112); }
div.DivClassName
{
background-color: #56A770;
}
.BgClassName
{
background-color: #56A770;
}
</style>
border-color css
<style>
span { border-color: #56A770; }
span { border-color: rgb(86,167,112); }
td.TdClassName
{
border-color: #56A770;
}
.TagClassName
{
border-color: #56A770;
}
</style>