Shades of Ocean Green #56A872
Tints of Ocean Green #56A872
RGB
CMYK
RGB Variations
Color information
#56A872 (or 0x56A872) is known color: Ocean Green. HEX triplet: 56, A8 and 72. RGB value is (86,168,114). Sum of RGB (Red+Green+Blue) = 86+168+114=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #56A872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A872 is #A9578D. Grayscale: #898989. Windows color (decimal): -11097998 or 7514198. OLE color: 7514198.
HSL color Cylindrical-coordinate representation of color #56A872: hue angle of 140.49º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A872 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 168 | 114 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.34 |
| HSL | 140.49º | 0.32% | 0.5% | - |
| HSV(B) | 140.49º | 0.49% | 0.66% | - |
| XYZ | 20.88 | 31.2 | 20.84 | - |
| YUV | 137.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 114 | 0.49 | 0 | 0.32 | 0.34 | 140.49 | 0.32 | 0.5 |
| Hex | 56 | A8 | 72 | 31 | 0 | 20 | 22 | 8C | 20 | 32 |
| Octal | 126 | 250 | 162 | 61 | 0 | 40 | 42 | 214 | 40 | 62 |
| Binary | 1010110 | 10101000 | 1110010 | 110001 | 0 | 100000 | 100010 | 10001100 | 100000 | 110010 |
Color Harmonies of #56A872
Complementary color
Monochromatic Colors of #56A872
Black with #56A872
Text Example
Text Example
White with #56A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A872; }
p { color: rgb(86,168,114); }
H1.HeaderClassName
{
color: #56A872;
}
.AnyTagClassName
{
color: #56A872;
}
</style>
background-color css
<style>
a { background-color: #56A872; }
a { background-color: rgb(86,168,114); }
div.DivClassName
{
background-color: #56A872;
}
.BgClassName
{
background-color: #56A872;
}
</style>
border-color css
<style>
span { border-color: #56A872; }
span { border-color: rgb(86,168,114); }
td.TdClassName
{
border-color: #56A872;
}
.TagClassName
{
border-color: #56A872;
}
</style>