Shades of Ocean Green #559D68
Tints of Ocean Green #559D68
RGB
CMYK
RGB Variations
Color information
#559D68 (or 0x559D68) is known color: Ocean Green. HEX triplet: 55, 9D and 68. RGB value is (85,157,104). Sum of RGB (Red+Green+Blue) = 85+157+104=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #559D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D68 is #AA6297. Grayscale: #818181. Windows color (decimal): -11166360 or 6856021. OLE color: 6856021.
HSL color Cylindrical-coordinate representation of color #559D68: hue angle of 135.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D68 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 104 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.38 |
| HSL | 135.83º | 0.3% | 0.47% | - |
| HSV(B) | 135.83º | 0.46% | 0.62% | - |
| XYZ | 18.3 | 27.04 | 17.35 | - |
| YUV | 129.43 | 113.65 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 104 | 0.46 | 0 | 0.34 | 0.38 | 135.83 | 0.3 | 0.47 |
| Hex | 55 | 9D | 68 | 2E | 0 | 22 | 26 | 88 | 1E | 2F |
| Octal | 125 | 235 | 150 | 56 | 0 | 42 | 46 | 210 | 36 | 57 |
| Binary | 1010101 | 10011101 | 1101000 | 101110 | 0 | 100010 | 100110 | 10001000 | 11110 | 101111 |
Color Harmonies of #559D68
Complementary color
Monochromatic Colors of #559D68
Black with #559D68
Text Example
Text Example
White with #559D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D68; }
p { color: rgb(85,157,104); }
H1.HeaderClassName
{
color: #559D68;
}
.AnyTagClassName
{
color: #559D68;
}
</style>
background-color css
<style>
a { background-color: #559D68; }
a { background-color: rgb(85,157,104); }
div.DivClassName
{
background-color: #559D68;
}
.BgClassName
{
background-color: #559D68;
}
</style>
border-color css
<style>
span { border-color: #559D68; }
span { border-color: rgb(85,157,104); }
td.TdClassName
{
border-color: #559D68;
}
.TagClassName
{
border-color: #559D68;
}
</style>