Shades of Ocean Green #56A776
Tints of Ocean Green #56A776
RGB
CMYK
RGB Variations
Color information
#56A776 (or 0x56A776) is known color: Ocean Green. HEX triplet: 56, A7 and 76. RGB value is (86,167,118). Sum of RGB (Red+Green+Blue) = 86+167+118=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #56A776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A776 is #A95889. Grayscale: #898989. Windows color (decimal): -11098250 or 7776086. OLE color: 7776086.
HSL color Cylindrical-coordinate representation of color #56A776: hue angle of 143.7º 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 #56A776 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 167 | 118 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.35 |
| HSL | 143.7º | 0.32% | 0.5% | - |
| HSV(B) | 143.7º | 0.49% | 0.65% | - |
| XYZ | 20.93 | 30.92 | 22.01 | - |
| YUV | 137.2 | 117.16 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 167 | 118 | 0.49 | 0 | 0.29 | 0.35 | 143.7 | 0.32 | 0.5 |
| Hex | 56 | A7 | 76 | 31 | 0 | 1D | 23 | 90 | 20 | 32 |
| Octal | 126 | 247 | 166 | 61 | 0 | 35 | 43 | 220 | 40 | 62 |
| Binary | 1010110 | 10100111 | 1110110 | 110001 | 0 | 11101 | 100011 | 10010000 | 100000 | 110010 |
Color Harmonies of #56A776
Complementary color
Monochromatic Colors of #56A776
Black with #56A776
Text Example
Text Example
White with #56A776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A776; }
p { color: rgb(86,167,118); }
H1.HeaderClassName
{
color: #56A776;
}
.AnyTagClassName
{
color: #56A776;
}
</style>
background-color css
<style>
a { background-color: #56A776; }
a { background-color: rgb(86,167,118); }
div.DivClassName
{
background-color: #56A776;
}
.BgClassName
{
background-color: #56A776;
}
</style>
border-color css
<style>
span { border-color: #56A776; }
span { border-color: rgb(86,167,118); }
td.TdClassName
{
border-color: #56A776;
}
.TagClassName
{
border-color: #56A776;
}
</style>