Shades of Ocean Green #55976F
Tints of Ocean Green #55976F
RGB
CMYK
RGB Variations
Color information
#55976F (or 0x55976F) is known color: Ocean Green. HEX triplet: 55, 97 and 6F. RGB value is (85,151,111). Sum of RGB (Red+Green+Blue) = 85+151+111=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #55976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55976F is #AA6890. Grayscale: #7E7E7E. Windows color (decimal): -11167889 or 7313237. OLE color: 7313237.
HSL color Cylindrical-coordinate representation of color #55976F: hue angle of 143.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55976F is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 111 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.41 |
| HSL | 143.64º | 0.28% | 0.46% | - |
| HSV(B) | 143.64º | 0.44% | 0.59% | - |
| XYZ | 17.68 | 25.21 | 18.97 | - |
| YUV | 126.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 111 | 0.44 | 0 | 0.26 | 0.41 | 143.64 | 0.28 | 0.46 |
| Hex | 55 | 97 | 6F | 2C | 0 | 1A | 29 | 90 | 1C | 2E |
| Octal | 125 | 227 | 157 | 54 | 0 | 32 | 51 | 220 | 34 | 56 |
| Binary | 1010101 | 10010111 | 1101111 | 101100 | 0 | 11010 | 101001 | 10010000 | 11100 | 101110 |
Color Harmonies of #55976F
Complementary color
Monochromatic Colors of #55976F
Black with #55976F
Text Example
Text Example
White with #55976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55976F; }
p { color: rgb(85,151,111); }
H1.HeaderClassName
{
color: #55976F;
}
.AnyTagClassName
{
color: #55976F;
}
</style>
background-color css
<style>
a { background-color: #55976F; }
a { background-color: rgb(85,151,111); }
div.DivClassName
{
background-color: #55976F;
}
.BgClassName
{
background-color: #55976F;
}
</style>
border-color css
<style>
span { border-color: #55976F; }
span { border-color: rgb(85,151,111); }
td.TdClassName
{
border-color: #55976F;
}
.TagClassName
{
border-color: #55976F;
}
</style>