Shades of Ocean Green #559968
Tints of Ocean Green #559968
RGB
CMYK
RGB Variations
Color information
#559968 (or 0x559968) is known color: Ocean Green. HEX triplet: 55, 99 and 68. RGB value is (85,153,104). Sum of RGB (Red+Green+Blue) = 85+153+104=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #559968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559968 is #AA6697. Grayscale: #7F7F7F. Windows color (decimal): -11167384 or 6854997. OLE color: 6854997.
HSL color Cylindrical-coordinate representation of color #559968: hue angle of 136.76º degrees, saturation: 0.29, 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 #559968 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 104 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.4 |
| HSL | 136.76º | 0.29% | 0.47% | - |
| HSV(B) | 136.76º | 0.44% | 0.6% | - |
| XYZ | 17.64 | 25.71 | 17.13 | - |
| YUV | 127.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 104 | 0.44 | 0 | 0.32 | 0.4 | 136.76 | 0.29 | 0.47 |
| Hex | 55 | 99 | 68 | 2C | 0 | 20 | 28 | 89 | 1D | 2F |
| Octal | 125 | 231 | 150 | 54 | 0 | 40 | 50 | 211 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1101000 | 101100 | 0 | 100000 | 101000 | 10001001 | 11101 | 101111 |
Color Harmonies of #559968
Complementary color
Monochromatic Colors of #559968
Black with #559968
Text Example
Text Example
White with #559968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559968; }
p { color: rgb(85,153,104); }
H1.HeaderClassName
{
color: #559968;
}
.AnyTagClassName
{
color: #559968;
}
</style>
background-color css
<style>
a { background-color: #559968; }
a { background-color: rgb(85,153,104); }
div.DivClassName
{
background-color: #559968;
}
.BgClassName
{
background-color: #559968;
}
</style>
border-color css
<style>
span { border-color: #559968; }
span { border-color: rgb(85,153,104); }
td.TdClassName
{
border-color: #559968;
}
.TagClassName
{
border-color: #559968;
}
</style>