Shades of Ocean Green #56B16E
Tints of Ocean Green #56B16E
RGB
CMYK
RGB Variations
Color information
#56B16E (or 0x56B16E) is known color: Ocean Green. HEX triplet: 56, B1 and 6E. RGB value is (86,177,110). Sum of RGB (Red+Green+Blue) = 86+177+110=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #56B16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B16E is #A94E91. Grayscale: #8E8E8E. Windows color (decimal): -11095698 or 7254358. OLE color: 7254358.
HSL color Cylindrical-coordinate representation of color #56B16E: hue angle of 135.82º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B16E is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 177 | 110 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.31 |
| HSL | 135.82º | 0.37% | 0.52% | - |
| HSV(B) | 135.82º | 0.51% | 0.69% | - |
| XYZ | 22.37 | 34.55 | 20.24 | - |
| YUV | 142.15 | 109.85 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 177 | 110 | 0.51 | 0 | 0.38 | 0.31 | 135.82 | 0.37 | 0.52 |
| Hex | 56 | B1 | 6E | 33 | 0 | 26 | 1F | 88 | 25 | 34 |
| Octal | 126 | 261 | 156 | 63 | 0 | 46 | 37 | 210 | 45 | 64 |
| Binary | 1010110 | 10110001 | 1101110 | 110011 | 0 | 100110 | 11111 | 10001000 | 100101 | 110100 |
Color Harmonies of #56B16E
Complementary color
Monochromatic Colors of #56B16E
Black with #56B16E
Text Example
Text Example
White with #56B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B16E; }
p { color: rgb(86,177,110); }
H1.HeaderClassName
{
color: #56B16E;
}
.AnyTagClassName
{
color: #56B16E;
}
</style>
background-color css
<style>
a { background-color: #56B16E; }
a { background-color: rgb(86,177,110); }
div.DivClassName
{
background-color: #56B16E;
}
.BgClassName
{
background-color: #56B16E;
}
</style>
border-color css
<style>
span { border-color: #56B16E; }
span { border-color: rgb(86,177,110); }
td.TdClassName
{
border-color: #56B16E;
}
.TagClassName
{
border-color: #56B16E;
}
</style>