Shades of Ocean Green #55996C
Tints of Ocean Green #55996C
RGB
CMYK
RGB Variations
Color information
#55996C (or 0x55996C) is known color: Ocean Green. HEX triplet: 55, 99 and 6C. RGB value is (85,153,108). Sum of RGB (Red+Green+Blue) = 85+153+108=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #55996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55996C is #AA6693. Grayscale: #7F7F7F. Windows color (decimal): -11167380 or 7117141. OLE color: 7117141.
HSL color Cylindrical-coordinate representation of color #55996C: hue angle of 140.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55996C is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 108 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.4 |
| HSL | 140.29º | 0.29% | 0.47% | - |
| HSV(B) | 140.29º | 0.44% | 0.6% | - |
| XYZ | 17.84 | 25.8 | 18.23 | - |
| YUV | 127.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 108 | 0.44 | 0 | 0.29 | 0.4 | 140.29 | 0.29 | 0.47 |
| Hex | 55 | 99 | 6C | 2C | 0 | 1D | 28 | 8C | 1D | 2F |
| Octal | 125 | 231 | 154 | 54 | 0 | 35 | 50 | 214 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1101100 | 101100 | 0 | 11101 | 101000 | 10001100 | 11101 | 101111 |
Color Harmonies of #55996C
Complementary color
Monochromatic Colors of #55996C
Black with #55996C
Text Example
Text Example
White with #55996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55996C; }
p { color: rgb(85,153,108); }
H1.HeaderClassName
{
color: #55996C;
}
.AnyTagClassName
{
color: #55996C;
}
</style>
background-color css
<style>
a { background-color: #55996C; }
a { background-color: rgb(85,153,108); }
div.DivClassName
{
background-color: #55996C;
}
.BgClassName
{
background-color: #55996C;
}
</style>
border-color css
<style>
span { border-color: #55996C; }
span { border-color: rgb(85,153,108); }
td.TdClassName
{
border-color: #55996C;
}
.TagClassName
{
border-color: #55996C;
}
</style>