Shades of Ocean Green #56A079
Tints of Ocean Green #56A079
RGB
CMYK
RGB Variations
Color information
#56A079 (or 0x56A079) is known color: Ocean Green. HEX triplet: 56, A0 and 79. RGB value is (86,160,121). Sum of RGB (Red+Green+Blue) = 86+160+121=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #56A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A079 is #A95F86. Grayscale: #858585. Windows color (decimal): -11100039 or 7970902. OLE color: 7970902.
HSL color Cylindrical-coordinate representation of color #56A079: hue angle of 148.38º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56A079 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 160 | 121 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.37 |
| HSL | 148.38º | 0.3% | 0.48% | - |
| HSV(B) | 148.38º | 0.46% | 0.63% | - |
| XYZ | 19.86 | 28.5 | 22.54 | - |
| YUV | 133.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 121 | 0.46 | 0 | 0.24 | 0.37 | 148.38 | 0.3 | 0.48 |
| Hex | 56 | A0 | 79 | 2E | 0 | 18 | 25 | 94 | 1E | 30 |
| Octal | 126 | 240 | 171 | 56 | 0 | 30 | 45 | 224 | 36 | 60 |
| Binary | 1010110 | 10100000 | 1111001 | 101110 | 0 | 11000 | 100101 | 10010100 | 11110 | 110000 |
Color Harmonies of #56A079
Complementary color
Monochromatic Colors of #56A079
Black with #56A079
Text Example
Text Example
White with #56A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A079; }
p { color: rgb(86,160,121); }
H1.HeaderClassName
{
color: #56A079;
}
.AnyTagClassName
{
color: #56A079;
}
</style>
background-color css
<style>
a { background-color: #56A079; }
a { background-color: rgb(86,160,121); }
div.DivClassName
{
background-color: #56A079;
}
.BgClassName
{
background-color: #56A079;
}
</style>
border-color css
<style>
span { border-color: #56A079; }
span { border-color: rgb(86,160,121); }
td.TdClassName
{
border-color: #56A079;
}
.TagClassName
{
border-color: #56A079;
}
</style>