Shades of Ocean Green #55966B
Tints of Ocean Green #55966B
RGB
CMYK
RGB Variations
Color information
#55966B (or 0x55966B) is known color: Ocean Green. HEX triplet: 55, 96 and 6B. RGB value is (85,150,107). Sum of RGB (Red+Green+Blue) = 85+150+107=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #55966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55966B is #AA6994. Grayscale: #7D7D7D. Windows color (decimal): -11168149 or 7050837. OLE color: 7050837.
HSL color Cylindrical-coordinate representation of color #55966B: hue angle of 140.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55966B is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 150 | 107 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.41 |
| HSL | 140.31º | 0.28% | 0.46% | - |
| HSV(B) | 140.31º | 0.43% | 0.59% | - |
| XYZ | 17.31 | 24.81 | 17.79 | - |
| YUV | 125.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 107 | 0.43 | 0 | 0.29 | 0.41 | 140.31 | 0.28 | 0.46 |
| Hex | 55 | 96 | 6B | 2B | 0 | 1D | 29 | 8C | 1C | 2E |
| Octal | 125 | 226 | 153 | 53 | 0 | 35 | 51 | 214 | 34 | 56 |
| Binary | 1010101 | 10010110 | 1101011 | 101011 | 0 | 11101 | 101001 | 10001100 | 11100 | 101110 |
Color Harmonies of #55966B
Complementary color
Monochromatic Colors of #55966B
Black with #55966B
Text Example
Text Example
White with #55966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55966B; }
p { color: rgb(85,150,107); }
H1.HeaderClassName
{
color: #55966B;
}
.AnyTagClassName
{
color: #55966B;
}
</style>
background-color css
<style>
a { background-color: #55966B; }
a { background-color: rgb(85,150,107); }
div.DivClassName
{
background-color: #55966B;
}
.BgClassName
{
background-color: #55966B;
}
</style>
border-color css
<style>
span { border-color: #55966B; }
span { border-color: rgb(85,150,107); }
td.TdClassName
{
border-color: #55966B;
}
.TagClassName
{
border-color: #55966B;
}
</style>