Shades of Ocean Green #519A75
Tints of Ocean Green #519A75
RGB
CMYK
RGB Variations
Color information
#519A75 (or 0x519A75) is known color: Ocean Green. HEX triplet: 51, 9A and 75. RGB value is (81,154,117). Sum of RGB (Red+Green+Blue) = 81+154+117=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #519A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A75 is #AE658A. Grayscale: #808080. Windows color (decimal): -11429259 or 7707217. OLE color: 7707217.
HSL color Cylindrical-coordinate representation of color #519A75: hue angle of 149.59º 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 #519A75 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 117 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.40 |
| HSL | 149.59º | 0.31% | 0.46% | - |
| HSV(B) | 149.59º | 0.47% | 0.6% | - |
| XYZ | 18.16 | 26.14 | 20.92 | - |
| YUV | 127.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 117 | 0.47 | 0 | 0.24 | 0.40 | 149.59 | 0.31 | 0.46 |
| Hex | 51 | 9A | 75 | 2F | 0 | 18 | 28 | 96 | 1F | 2E |
| Octal | 121 | 232 | 165 | 57 | 0 | 30 | 50 | 226 | 37 | 56 |
| Binary | 1010001 | 10011010 | 1110101 | 101111 | 0 | 11000 | 101000 | 10010110 | 11111 | 101110 |
Color Harmonies of #519A75
Complementary color
Monochromatic Colors of #519A75
Black with #519A75
Text Example
Text Example
White with #519A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A75; }
p { color: rgb(81,154,117); }
H1.HeaderClassName
{
color: #519A75;
}
.AnyTagClassName
{
color: #519A75;
}
</style>
background-color css
<style>
a { background-color: #519A75; }
a { background-color: rgb(81,154,117); }
div.DivClassName
{
background-color: #519A75;
}
.BgClassName
{
background-color: #519A75;
}
</style>
border-color css
<style>
span { border-color: #519A75; }
span { border-color: rgb(81,154,117); }
td.TdClassName
{
border-color: #519A75;
}
.TagClassName
{
border-color: #519A75;
}
</style>