Shades of Ocean Green #519C6C
Tints of Ocean Green #519C6C
RGB
CMYK
RGB Variations
Color information
#519C6C (or 0x519C6C) is known color: Ocean Green. HEX triplet: 51, 9C and 6C. RGB value is (81,156,108). Sum of RGB (Red+Green+Blue) = 81+156+108=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #519C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C6C is #AE6393. Grayscale: #808080. Windows color (decimal): -11428756 or 7117905. OLE color: 7117905.
HSL color Cylindrical-coordinate representation of color #519C6C: hue angle of 141.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C6C is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 156 | 108 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.39 |
| HSL | 141.6º | 0.32% | 0.46% | - |
| HSV(B) | 141.6º | 0.48% | 0.61% | - |
| XYZ | 17.99 | 26.61 | 18.38 | - |
| YUV | 128.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 108 | 0.48 | 0 | 0.31 | 0.39 | 141.6 | 0.32 | 0.46 |
| Hex | 51 | 9C | 6C | 30 | 0 | 1F | 27 | 8E | 20 | 2E |
| Octal | 121 | 234 | 154 | 60 | 0 | 37 | 47 | 216 | 40 | 56 |
| Binary | 1010001 | 10011100 | 1101100 | 110000 | 0 | 11111 | 100111 | 10001110 | 100000 | 101110 |
Color Harmonies of #519C6C
Complementary color
Monochromatic Colors of #519C6C
Black with #519C6C
Text Example
Text Example
White with #519C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519C6C; }
p { color: rgb(81,156,108); }
H1.HeaderClassName
{
color: #519C6C;
}
.AnyTagClassName
{
color: #519C6C;
}
</style>
background-color css
<style>
a { background-color: #519C6C; }
a { background-color: rgb(81,156,108); }
div.DivClassName
{
background-color: #519C6C;
}
.BgClassName
{
background-color: #519C6C;
}
</style>
border-color css
<style>
span { border-color: #519C6C; }
span { border-color: rgb(81,156,108); }
td.TdClassName
{
border-color: #519C6C;
}
.TagClassName
{
border-color: #519C6C;
}
</style>