Shades of Ocean Green #519F73
Tints of Ocean Green #519F73
RGB
CMYK
RGB Variations
Color information
#519F73 (or 0x519F73) is known color: Ocean Green. HEX triplet: 51, 9F and 73. RGB value is (81,159,115). Sum of RGB (Red+Green+Blue) = 81+159+115=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 159 - color contains mainly: green. Hex color #519F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F73 is #AE608C. Grayscale: #828282. Windows color (decimal): -11427981 or 7577425. OLE color: 7577425.
HSL color Cylindrical-coordinate representation of color #519F73: hue angle of 146.15º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519F73 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 159 | 115 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.38 |
| HSL | 146.15º | 0.33% | 0.47% | - |
| HSV(B) | 146.15º | 0.49% | 0.62% | - |
| XYZ | 18.89 | 27.78 | 20.59 | - |
| YUV | 130.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 115 | 0.49 | 0 | 0.28 | 0.38 | 146.15 | 0.33 | 0.47 |
| Hex | 51 | 9F | 73 | 31 | 0 | 1C | 26 | 92 | 20 | 2F |
| Octal | 121 | 237 | 163 | 61 | 0 | 34 | 46 | 222 | 40 | 57 |
| Binary | 1010001 | 10011111 | 1110011 | 110001 | 0 | 11100 | 100110 | 10010010 | 100000 | 101111 |
Color Harmonies of #519F73
Complementary color
Monochromatic Colors of #519F73
Black with #519F73
Text Example
Text Example
White with #519F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519F73; }
p { color: rgb(81,159,115); }
H1.HeaderClassName
{
color: #519F73;
}
.AnyTagClassName
{
color: #519F73;
}
</style>
background-color css
<style>
a { background-color: #519F73; }
a { background-color: rgb(81,159,115); }
div.DivClassName
{
background-color: #519F73;
}
.BgClassName
{
background-color: #519F73;
}
</style>
border-color css
<style>
span { border-color: #519F73; }
span { border-color: rgb(81,159,115); }
td.TdClassName
{
border-color: #519F73;
}
.TagClassName
{
border-color: #519F73;
}
</style>