Shades of Ocean Green #55A76B
Tints of Ocean Green #55A76B
RGB
CMYK
RGB Variations
Color information
#55A76B (or 0x55A76B) is known color: Ocean Green. HEX triplet: 55, A7 and 6B. RGB value is (85,167,107). Sum of RGB (Red+Green+Blue) = 85+167+107=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #55A76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A76B is #AA5894. Grayscale: #878787. Windows color (decimal): -11163797 or 7055189. OLE color: 7055189.
HSL color Cylindrical-coordinate representation of color #55A76B: hue angle of 136.1º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A76B is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 167 | 107 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.35 |
| HSL | 136.1º | 0.33% | 0.49% | - |
| HSV(B) | 136.1º | 0.49% | 0.65% | - |
| XYZ | 20.22 | 30.63 | 18.76 | - |
| YUV | 135.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 167 | 107 | 0.49 | 0 | 0.36 | 0.35 | 136.1 | 0.33 | 0.49 |
| Hex | 55 | A7 | 6B | 31 | 0 | 24 | 23 | 88 | 21 | 31 |
| Octal | 125 | 247 | 153 | 61 | 0 | 44 | 43 | 210 | 41 | 61 |
| Binary | 1010101 | 10100111 | 1101011 | 110001 | 0 | 100100 | 100011 | 10001000 | 100001 | 110001 |
Color Harmonies of #55A76B
Complementary color
Monochromatic Colors of #55A76B
Black with #55A76B
Text Example
Text Example
White with #55A76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A76B; }
p { color: rgb(85,167,107); }
H1.HeaderClassName
{
color: #55A76B;
}
.AnyTagClassName
{
color: #55A76B;
}
</style>
background-color css
<style>
a { background-color: #55A76B; }
a { background-color: rgb(85,167,107); }
div.DivClassName
{
background-color: #55A76B;
}
.BgClassName
{
background-color: #55A76B;
}
</style>
border-color css
<style>
span { border-color: #55A76B; }
span { border-color: rgb(85,167,107); }
td.TdClassName
{
border-color: #55A76B;
}
.TagClassName
{
border-color: #55A76B;
}
</style>