Shades of Ocean Green #519972
Tints of Ocean Green #519972
RGB
CMYK
RGB Variations
Color information
#519972 (or 0x519972) is known color: Ocean Green. HEX triplet: 51, 99 and 72. RGB value is (81,153,114). Sum of RGB (Red+Green+Blue) = 81+153+114=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #519972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519972 is #AE668D. Grayscale: #7F7F7F. Windows color (decimal): -11429518 or 7510353. OLE color: 7510353.
HSL color Cylindrical-coordinate representation of color #519972: hue angle of 147.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519972 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 114 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.4 |
| HSL | 147.5º | 0.31% | 0.46% | - |
| HSV(B) | 147.5º | 0.47% | 0.6% | - |
| XYZ | 17.82 | 25.75 | 19.95 | - |
| YUV | 127.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 114 | 0.47 | 0 | 0.25 | 0.4 | 147.5 | 0.31 | 0.46 |
| Hex | 51 | 99 | 72 | 2F | 0 | 19 | 28 | 94 | 1F | 2E |
| Octal | 121 | 231 | 162 | 57 | 0 | 31 | 50 | 224 | 37 | 56 |
| Binary | 1010001 | 10011001 | 1110010 | 101111 | 0 | 11001 | 101000 | 10010100 | 11111 | 101110 |
Color Harmonies of #519972
Complementary color
Monochromatic Colors of #519972
Black with #519972
Text Example
Text Example
White with #519972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519972; }
p { color: rgb(81,153,114); }
H1.HeaderClassName
{
color: #519972;
}
.AnyTagClassName
{
color: #519972;
}
</style>
background-color css
<style>
a { background-color: #519972; }
a { background-color: rgb(81,153,114); }
div.DivClassName
{
background-color: #519972;
}
.BgClassName
{
background-color: #519972;
}
</style>
border-color css
<style>
span { border-color: #519972; }
span { border-color: rgb(81,153,114); }
td.TdClassName
{
border-color: #519972;
}
.TagClassName
{
border-color: #519972;
}
</style>