Shades of Ocean Green #559C76
Tints of Ocean Green #559C76
RGB
CMYK
RGB Variations
Color information
#559C76 (or 0x559C76) is known color: Ocean Green. HEX triplet: 55, 9C and 76. RGB value is (85,156,118). Sum of RGB (Red+Green+Blue) = 85+156+118=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #559C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C76 is #AA6389. Grayscale: #828282. Windows color (decimal): -11166602 or 7773269. OLE color: 7773269.
HSL color Cylindrical-coordinate representation of color #559C76: hue angle of 147.89º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C76 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 118 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.39 |
| HSL | 147.89º | 0.29% | 0.47% | - |
| HSV(B) | 147.89º | 0.46% | 0.61% | - |
| XYZ | 18.9 | 27.02 | 21.36 | - |
| YUV | 130.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 118 | 0.46 | 0 | 0.24 | 0.39 | 147.89 | 0.29 | 0.47 |
| Hex | 55 | 9C | 76 | 2E | 0 | 18 | 27 | 94 | 1D | 2F |
| Octal | 125 | 234 | 166 | 56 | 0 | 30 | 47 | 224 | 35 | 57 |
| Binary | 1010101 | 10011100 | 1110110 | 101110 | 0 | 11000 | 100111 | 10010100 | 11101 | 101111 |
Color Harmonies of #559C76
Complementary color
Monochromatic Colors of #559C76
Black with #559C76
Text Example
Text Example
White with #559C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C76; }
p { color: rgb(85,156,118); }
H1.HeaderClassName
{
color: #559C76;
}
.AnyTagClassName
{
color: #559C76;
}
</style>
background-color css
<style>
a { background-color: #559C76; }
a { background-color: rgb(85,156,118); }
div.DivClassName
{
background-color: #559C76;
}
.BgClassName
{
background-color: #559C76;
}
</style>
border-color css
<style>
span { border-color: #559C76; }
span { border-color: rgb(85,156,118); }
td.TdClassName
{
border-color: #559C76;
}
.TagClassName
{
border-color: #559C76;
}
</style>