Shades of Ocean Green #55926B
Tints of Ocean Green #55926B
RGB
CMYK
RGB Variations
Color information
#55926B (or 0x55926B) is known color: Ocean Green. HEX triplet: 55, 92 and 6B. RGB value is (85,146,107). Sum of RGB (Red+Green+Blue) = 85+146+107=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #55926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55926B is #AA6D94. Grayscale: #7B7B7B. Windows color (decimal): -11169173 or 7049813. OLE color: 7049813.
HSL color Cylindrical-coordinate representation of color #55926B: hue angle of 141.64º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55926B is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 107 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.43 |
| HSL | 141.64º | 0.26% | 0.45% | - |
| HSV(B) | 141.64º | 0.42% | 0.57% | - |
| XYZ | 16.68 | 23.55 | 17.58 | - |
| YUV | 123.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 107 | 0.42 | 0 | 0.27 | 0.43 | 141.64 | 0.26 | 0.45 |
| Hex | 55 | 92 | 6B | 2A | 0 | 1B | 2B | 8E | 1A | 2D |
| Octal | 125 | 222 | 153 | 52 | 0 | 33 | 53 | 216 | 32 | 55 |
| Binary | 1010101 | 10010010 | 1101011 | 101010 | 0 | 11011 | 101011 | 10001110 | 11010 | 101101 |
Color Harmonies of #55926B
Complementary color
Monochromatic Colors of #55926B
Black with #55926B
Text Example
Text Example
White with #55926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55926B; }
p { color: rgb(85,146,107); }
H1.HeaderClassName
{
color: #55926B;
}
.AnyTagClassName
{
color: #55926B;
}
</style>
background-color css
<style>
a { background-color: #55926B; }
a { background-color: rgb(85,146,107); }
div.DivClassName
{
background-color: #55926B;
}
.BgClassName
{
background-color: #55926B;
}
</style>
border-color css
<style>
span { border-color: #55926B; }
span { border-color: rgb(85,146,107); }
td.TdClassName
{
border-color: #55926B;
}
.TagClassName
{
border-color: #55926B;
}
</style>