Shades of Ocean Green #55986D
Tints of Ocean Green #55986D
RGB
CMYK
RGB Variations
Color information
#55986D (or 0x55986D) is known color: Ocean Green. HEX triplet: 55, 98 and 6D. RGB value is (85,152,109). Sum of RGB (Red+Green+Blue) = 85+152+109=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #55986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55986D is #AA6792. Grayscale: #7F7F7F. Windows color (decimal): -11167635 or 7182421. OLE color: 7182421.
HSL color Cylindrical-coordinate representation of color #55986D: hue angle of 141.49º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55986D is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 109 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.40 |
| HSL | 141.49º | 0.28% | 0.46% | - |
| HSV(B) | 141.49º | 0.44% | 0.6% | - |
| XYZ | 17.73 | 25.49 | 18.45 | - |
| YUV | 127.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 109 | 0.44 | 0 | 0.28 | 0.40 | 141.49 | 0.28 | 0.46 |
| Hex | 55 | 98 | 6D | 2C | 0 | 1C | 28 | 8D | 1C | 2E |
| Octal | 125 | 230 | 155 | 54 | 0 | 34 | 50 | 215 | 34 | 56 |
| Binary | 1010101 | 10011000 | 1101101 | 101100 | 0 | 11100 | 101000 | 10001101 | 11100 | 101110 |
Color Harmonies of #55986D
Complementary color
Monochromatic Colors of #55986D
Black with #55986D
Text Example
Text Example
White with #55986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55986D; }
p { color: rgb(85,152,109); }
H1.HeaderClassName
{
color: #55986D;
}
.AnyTagClassName
{
color: #55986D;
}
</style>
background-color css
<style>
a { background-color: #55986D; }
a { background-color: rgb(85,152,109); }
div.DivClassName
{
background-color: #55986D;
}
.BgClassName
{
background-color: #55986D;
}
</style>
border-color css
<style>
span { border-color: #55986D; }
span { border-color: rgb(85,152,109); }
td.TdClassName
{
border-color: #55986D;
}
.TagClassName
{
border-color: #55986D;
}
</style>