Shades of Ocean Green #56A879
Tints of Ocean Green #56A879
RGB
CMYK
RGB Variations
Color information
#56A879 (or 0x56A879) is known color: Ocean Green. HEX triplet: 56, A8 and 79. RGB value is (86,168,121). Sum of RGB (Red+Green+Blue) = 86+168+121=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #56A879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A879 is #A95786. Grayscale: #8A8A8A. Windows color (decimal): -11097991 or 7972950. OLE color: 7972950.
HSL color Cylindrical-coordinate representation of color #56A879: hue angle of 145.61º 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 #56A879 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 168 | 121 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.34 |
| HSL | 145.61º | 0.32% | 0.5% | - |
| HSV(B) | 145.61º | 0.49% | 0.66% | - |
| XYZ | 21.29 | 31.36 | 23.02 | - |
| YUV | 138.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 121 | 0.49 | 0 | 0.28 | 0.34 | 145.61 | 0.32 | 0.5 |
| Hex | 56 | A8 | 79 | 31 | 0 | 1C | 22 | 92 | 20 | 32 |
| Octal | 126 | 250 | 171 | 61 | 0 | 34 | 42 | 222 | 40 | 62 |
| Binary | 1010110 | 10101000 | 1111001 | 110001 | 0 | 11100 | 100010 | 10010010 | 100000 | 110010 |
Color Harmonies of #56A879
Complementary color
Monochromatic Colors of #56A879
Black with #56A879
Text Example
Text Example
White with #56A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A879; }
p { color: rgb(86,168,121); }
H1.HeaderClassName
{
color: #56A879;
}
.AnyTagClassName
{
color: #56A879;
}
</style>
background-color css
<style>
a { background-color: #56A879; }
a { background-color: rgb(86,168,121); }
div.DivClassName
{
background-color: #56A879;
}
.BgClassName
{
background-color: #56A879;
}
</style>
border-color css
<style>
span { border-color: #56A879; }
span { border-color: rgb(86,168,121); }
td.TdClassName
{
border-color: #56A879;
}
.TagClassName
{
border-color: #56A879;
}
</style>