Shades of Ocean Green #56996E
Tints of Ocean Green #56996E
RGB
CMYK
RGB Variations
Color information
#56996E (or 0x56996E) is known color: Ocean Green. HEX triplet: 56, 99 and 6E. RGB value is (86,153,110). Sum of RGB (Red+Green+Blue) = 86+153+110=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #56996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56996E is #A96691. Grayscale: #808080. Windows color (decimal): -11101842 or 7248214. OLE color: 7248214.
HSL color Cylindrical-coordinate representation of color #56996E: hue angle of 141.49º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56996E is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 153 | 110 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.4 |
| HSL | 141.49º | 0.28% | 0.47% | - |
| HSV(B) | 141.49º | 0.44% | 0.6% | - |
| XYZ | 18.04 | 25.89 | 18.8 | - |
| YUV | 128.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 110 | 0.44 | 0 | 0.28 | 0.4 | 141.49 | 0.28 | 0.47 |
| Hex | 56 | 99 | 6E | 2C | 0 | 1C | 28 | 8D | 1C | 2F |
| Octal | 126 | 231 | 156 | 54 | 0 | 34 | 50 | 215 | 34 | 57 |
| Binary | 1010110 | 10011001 | 1101110 | 101100 | 0 | 11100 | 101000 | 10001101 | 11100 | 101111 |
Color Harmonies of #56996E
Complementary color
Monochromatic Colors of #56996E
Black with #56996E
Text Example
Text Example
White with #56996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56996E; }
p { color: rgb(86,153,110); }
H1.HeaderClassName
{
color: #56996E;
}
.AnyTagClassName
{
color: #56996E;
}
</style>
background-color css
<style>
a { background-color: #56996E; }
a { background-color: rgb(86,153,110); }
div.DivClassName
{
background-color: #56996E;
}
.BgClassName
{
background-color: #56996E;
}
</style>
border-color css
<style>
span { border-color: #56996E; }
span { border-color: rgb(86,153,110); }
td.TdClassName
{
border-color: #56996E;
}
.TagClassName
{
border-color: #56996E;
}
</style>