Shades of Ocean Green #509169
Tints of Ocean Green #509169
RGB
CMYK
RGB Variations
Color information
#509169 (or 0x509169) is known color: Ocean Green. HEX triplet: 50, 91 and 69. RGB value is (80,145,105). Sum of RGB (Red+Green+Blue) = 80+145+105=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #509169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509169 is #AF6E96. Grayscale: #797979. Windows color (decimal): -11497111 or 6918480. OLE color: 6918480.
HSL color Cylindrical-coordinate representation of color #509169: hue angle of 143.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509169 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 105 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.43 |
| HSL | 143.08º | 0.29% | 0.44% | - |
| HSV(B) | 143.08º | 0.45% | 0.57% | - |
| XYZ | 15.98 | 22.98 | 16.96 | - |
| YUV | 121.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 105 | 0.45 | 0 | 0.28 | 0.43 | 143.08 | 0.29 | 0.44 |
| Hex | 50 | 91 | 69 | 2D | 0 | 1C | 2B | 8F | 1D | 2C |
| Octal | 120 | 221 | 151 | 55 | 0 | 34 | 53 | 217 | 35 | 54 |
| Binary | 1010000 | 10010001 | 1101001 | 101101 | 0 | 11100 | 101011 | 10001111 | 11101 | 101100 |
Color Harmonies of #509169
Complementary color
Monochromatic Colors of #509169
Black with #509169
Text Example
Text Example
White with #509169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509169; }
p { color: rgb(80,145,105); }
H1.HeaderClassName
{
color: #509169;
}
.AnyTagClassName
{
color: #509169;
}
</style>
background-color css
<style>
a { background-color: #509169; }
a { background-color: rgb(80,145,105); }
div.DivClassName
{
background-color: #509169;
}
.BgClassName
{
background-color: #509169;
}
</style>
border-color css
<style>
span { border-color: #509169; }
span { border-color: rgb(80,145,105); }
td.TdClassName
{
border-color: #509169;
}
.TagClassName
{
border-color: #509169;
}
</style>