Shades of Ocean Green #519A68
Tints of Ocean Green #519A68
RGB
CMYK
RGB Variations
Color information
#519A68 (or 0x519A68) is known color: Ocean Green. HEX triplet: 51, 9A and 68. RGB value is (81,154,104). Sum of RGB (Red+Green+Blue) = 81+154+104=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #519A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A68 is #AE6597. Grayscale: #7E7E7E. Windows color (decimal): -11429272 or 6855249. OLE color: 6855249.
HSL color Cylindrical-coordinate representation of color #519A68: hue angle of 138.9º 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 #519A68 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 104 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.40 |
| HSL | 138.9º | 0.31% | 0.46% | - |
| HSV(B) | 138.9º | 0.47% | 0.6% | - |
| XYZ | 17.45 | 25.86 | 17.17 | - |
| YUV | 126.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 104 | 0.47 | 0 | 0.32 | 0.40 | 138.9 | 0.31 | 0.46 |
| Hex | 51 | 9A | 68 | 2F | 0 | 20 | 28 | 8B | 1F | 2E |
| Octal | 121 | 232 | 150 | 57 | 0 | 40 | 50 | 213 | 37 | 56 |
| Binary | 1010001 | 10011010 | 1101000 | 101111 | 0 | 100000 | 101000 | 10001011 | 11111 | 101110 |
Color Harmonies of #519A68
Complementary color
Monochromatic Colors of #519A68
Black with #519A68
Text Example
Text Example
White with #519A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A68; }
p { color: rgb(81,154,104); }
H1.HeaderClassName
{
color: #519A68;
}
.AnyTagClassName
{
color: #519A68;
}
</style>
background-color css
<style>
a { background-color: #519A68; }
a { background-color: rgb(81,154,104); }
div.DivClassName
{
background-color: #519A68;
}
.BgClassName
{
background-color: #519A68;
}
</style>
border-color css
<style>
span { border-color: #519A68; }
span { border-color: rgb(81,154,104); }
td.TdClassName
{
border-color: #519A68;
}
.TagClassName
{
border-color: #519A68;
}
</style>