Shades of Ocean Green #56996B
Tints of Ocean Green #56996B
RGB
CMYK
RGB Variations
Color information
#56996B (or 0x56996B) is known color: Ocean Green. HEX triplet: 56, 99 and 6B. RGB value is (86,153,107). Sum of RGB (Red+Green+Blue) = 86+153+107=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #56996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56996B is #A96694. Grayscale: #7F7F7F. Windows color (decimal): -11101845 or 7051606. OLE color: 7051606.
HSL color Cylindrical-coordinate representation of color #56996B: hue angle of 138.81º 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 #56996B is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 153 | 107 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.4 |
| HSL | 138.81º | 0.28% | 0.47% | - |
| HSV(B) | 138.81º | 0.44% | 0.6% | - |
| XYZ | 17.88 | 25.82 | 17.95 | - |
| YUV | 127.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 107 | 0.44 | 0 | 0.30 | 0.4 | 138.81 | 0.28 | 0.47 |
| Hex | 56 | 99 | 6B | 2C | 0 | 1E | 28 | 8B | 1C | 2F |
| Octal | 126 | 231 | 153 | 54 | 0 | 36 | 50 | 213 | 34 | 57 |
| Binary | 1010110 | 10011001 | 1101011 | 101100 | 0 | 11110 | 101000 | 10001011 | 11100 | 101111 |
Color Harmonies of #56996B
Complementary color
Monochromatic Colors of #56996B
Black with #56996B
Text Example
Text Example
White with #56996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56996B; }
p { color: rgb(86,153,107); }
H1.HeaderClassName
{
color: #56996B;
}
.AnyTagClassName
{
color: #56996B;
}
</style>
background-color css
<style>
a { background-color: #56996B; }
a { background-color: rgb(86,153,107); }
div.DivClassName
{
background-color: #56996B;
}
.BgClassName
{
background-color: #56996B;
}
</style>
border-color css
<style>
span { border-color: #56996B; }
span { border-color: rgb(86,153,107); }
td.TdClassName
{
border-color: #56996B;
}
.TagClassName
{
border-color: #56996B;
}
</style>