Shades of Ocean Green #549970
Tints of Ocean Green #549970
RGB
CMYK
RGB Variations
Color information
#549970 (or 0x549970) is known color: Ocean Green. HEX triplet: 54, 99 and 70. RGB value is (84,153,112). Sum of RGB (Red+Green+Blue) = 84+153+112=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #549970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549970 is #AB668F. Grayscale: #7F7F7F. Windows color (decimal): -11232912 or 7379284. OLE color: 7379284.
HSL color Cylindrical-coordinate representation of color #549970: hue angle of 144.35º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549970 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 112 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.4 |
| HSL | 144.35º | 0.29% | 0.46% | - |
| HSV(B) | 144.35º | 0.45% | 0.6% | - |
| XYZ | 17.97 | 25.84 | 19.37 | - |
| YUV | 127.7 | 119.14 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 112 | 0.45 | 0 | 0.27 | 0.4 | 144.35 | 0.29 | 0.46 |
| Hex | 54 | 99 | 70 | 2D | 0 | 1B | 28 | 90 | 1D | 2E |
| Octal | 124 | 231 | 160 | 55 | 0 | 33 | 50 | 220 | 35 | 56 |
| Binary | 1010100 | 10011001 | 1110000 | 101101 | 0 | 11011 | 101000 | 10010000 | 11101 | 101110 |
Color Harmonies of #549970
Complementary color
Monochromatic Colors of #549970
Black with #549970
Text Example
Text Example
White with #549970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549970; }
p { color: rgb(84,153,112); }
H1.HeaderClassName
{
color: #549970;
}
.AnyTagClassName
{
color: #549970;
}
</style>
background-color css
<style>
a { background-color: #549970; }
a { background-color: rgb(84,153,112); }
div.DivClassName
{
background-color: #549970;
}
.BgClassName
{
background-color: #549970;
}
</style>
border-color css
<style>
span { border-color: #549970; }
span { border-color: rgb(84,153,112); }
td.TdClassName
{
border-color: #549970;
}
.TagClassName
{
border-color: #549970;
}
</style>