Shades of Ocean Green #519968
Tints of Ocean Green #519968
RGB
CMYK
RGB Variations
Color information
#519968 (or 0x519968) is known color: Ocean Green. HEX triplet: 51, 99 and 68. RGB value is (81,153,104). Sum of RGB (Red+Green+Blue) = 81+153+104=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #519968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519968 is #AE6697. Grayscale: #7E7E7E. Windows color (decimal): -11429528 or 6854993. OLE color: 6854993.
HSL color Cylindrical-coordinate representation of color #519968: hue angle of 139.17º 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 #519968 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 104 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.4 |
| HSL | 139.17º | 0.31% | 0.46% | - |
| HSV(B) | 139.17º | 0.47% | 0.6% | - |
| XYZ | 17.28 | 25.53 | 17.11 | - |
| YUV | 125.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 104 | 0.47 | 0 | 0.32 | 0.4 | 139.17 | 0.31 | 0.46 |
| Hex | 51 | 99 | 68 | 2F | 0 | 20 | 28 | 8B | 1F | 2E |
| Octal | 121 | 231 | 150 | 57 | 0 | 40 | 50 | 213 | 37 | 56 |
| Binary | 1010001 | 10011001 | 1101000 | 101111 | 0 | 100000 | 101000 | 10001011 | 11111 | 101110 |
Color Harmonies of #519968
Complementary color
Monochromatic Colors of #519968
Black with #519968
Text Example
Text Example
White with #519968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519968; }
p { color: rgb(81,153,104); }
H1.HeaderClassName
{
color: #519968;
}
.AnyTagClassName
{
color: #519968;
}
</style>
background-color css
<style>
a { background-color: #519968; }
a { background-color: rgb(81,153,104); }
div.DivClassName
{
background-color: #519968;
}
.BgClassName
{
background-color: #519968;
}
</style>
border-color css
<style>
span { border-color: #519968; }
span { border-color: rgb(81,153,104); }
td.TdClassName
{
border-color: #519968;
}
.TagClassName
{
border-color: #519968;
}
</style>