Shades of Ocean Green #55976D
Tints of Ocean Green #55976D
RGB
CMYK
RGB Variations
Color information
#55976D (or 0x55976D) is known color: Ocean Green. HEX triplet: 55, 97 and 6D. RGB value is (85,151,109). Sum of RGB (Red+Green+Blue) = 85+151+109=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #55976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55976D is #AA6892. Grayscale: #7E7E7E. Windows color (decimal): -11167891 or 7182165. OLE color: 7182165.
HSL color Cylindrical-coordinate representation of color #55976D: hue angle of 141.82º 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 #55976D is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 109 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.41 |
| HSL | 141.82º | 0.28% | 0.46% | - |
| HSV(B) | 141.82º | 0.44% | 0.59% | - |
| XYZ | 17.57 | 25.17 | 18.4 | - |
| YUV | 126.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 109 | 0.44 | 0 | 0.28 | 0.41 | 141.82 | 0.28 | 0.46 |
| Hex | 55 | 97 | 6D | 2C | 0 | 1C | 29 | 8E | 1C | 2E |
| Octal | 125 | 227 | 155 | 54 | 0 | 34 | 51 | 216 | 34 | 56 |
| Binary | 1010101 | 10010111 | 1101101 | 101100 | 0 | 11100 | 101001 | 10001110 | 11100 | 101110 |
Color Harmonies of #55976D
Complementary color
Monochromatic Colors of #55976D
Black with #55976D
Text Example
Text Example
White with #55976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55976D; }
p { color: rgb(85,151,109); }
H1.HeaderClassName
{
color: #55976D;
}
.AnyTagClassName
{
color: #55976D;
}
</style>
background-color css
<style>
a { background-color: #55976D; }
a { background-color: rgb(85,151,109); }
div.DivClassName
{
background-color: #55976D;
}
.BgClassName
{
background-color: #55976D;
}
</style>
border-color css
<style>
span { border-color: #55976D; }
span { border-color: rgb(85,151,109); }
td.TdClassName
{
border-color: #55976D;
}
.TagClassName
{
border-color: #55976D;
}
</style>