Shades of Ocean Green #559978
Tints of Ocean Green #559978
RGB
CMYK
RGB Variations
Color information
#559978 (or 0x559978) is known color: Ocean Green. HEX triplet: 55, 99 and 78. RGB value is (85,153,120). Sum of RGB (Red+Green+Blue) = 85+153+120=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #559978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559978 is #AA6687. Grayscale: #808080. Windows color (decimal): -11167368 or 7903573. OLE color: 7903573.
HSL color Cylindrical-coordinate representation of color #559978: hue angle of 150.88º 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 #559978 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 120 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.4 |
| HSL | 150.88º | 0.29% | 0.47% | - |
| HSV(B) | 150.88º | 0.44% | 0.6% | - |
| XYZ | 18.53 | 26.07 | 21.82 | - |
| YUV | 128.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 120 | 0.44 | 0 | 0.22 | 0.4 | 150.88 | 0.29 | 0.47 |
| Hex | 55 | 99 | 78 | 2C | 0 | 16 | 28 | 97 | 1D | 2F |
| Octal | 125 | 231 | 170 | 54 | 0 | 26 | 50 | 227 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1111000 | 101100 | 0 | 10110 | 101000 | 10010111 | 11101 | 101111 |
Color Harmonies of #559978
Complementary color
Monochromatic Colors of #559978
Black with #559978
Text Example
Text Example
White with #559978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559978; }
p { color: rgb(85,153,120); }
H1.HeaderClassName
{
color: #559978;
}
.AnyTagClassName
{
color: #559978;
}
</style>
background-color css
<style>
a { background-color: #559978; }
a { background-color: rgb(85,153,120); }
div.DivClassName
{
background-color: #559978;
}
.BgClassName
{
background-color: #559978;
}
</style>
border-color css
<style>
span { border-color: #559978; }
span { border-color: rgb(85,153,120); }
td.TdClassName
{
border-color: #559978;
}
.TagClassName
{
border-color: #559978;
}
</style>