Shades of Ocean Green #529A77
Tints of Ocean Green #529A77
RGB
CMYK
RGB Variations
Color information
#529A77 (or 0x529A77) is known color: Ocean Green. HEX triplet: 52, 9A and 77. RGB value is (82,154,119). Sum of RGB (Red+Green+Blue) = 82+154+119=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #529A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A77 is #AD6588. Grayscale: #808080. Windows color (decimal): -11363721 or 7838290. OLE color: 7838290.
HSL color Cylindrical-coordinate representation of color #529A77: hue angle of 150.83º 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 #529A77 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 119 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.40 |
| HSL | 150.83º | 0.31% | 0.46% | - |
| HSV(B) | 150.83º | 0.47% | 0.6% | - |
| XYZ | 18.37 | 26.24 | 21.55 | - |
| YUV | 128.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 119 | 0.47 | 0 | 0.23 | 0.40 | 150.83 | 0.31 | 0.46 |
| Hex | 52 | 9A | 77 | 2F | 0 | 17 | 28 | 97 | 1F | 2E |
| Octal | 122 | 232 | 167 | 57 | 0 | 27 | 50 | 227 | 37 | 56 |
| Binary | 1010010 | 10011010 | 1110111 | 101111 | 0 | 10111 | 101000 | 10010111 | 11111 | 101110 |
Color Harmonies of #529A77
Complementary color
Monochromatic Colors of #529A77
Black with #529A77
Text Example
Text Example
White with #529A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A77; }
p { color: rgb(82,154,119); }
H1.HeaderClassName
{
color: #529A77;
}
.AnyTagClassName
{
color: #529A77;
}
</style>
background-color css
<style>
a { background-color: #529A77; }
a { background-color: rgb(82,154,119); }
div.DivClassName
{
background-color: #529A77;
}
.BgClassName
{
background-color: #529A77;
}
</style>
border-color css
<style>
span { border-color: #529A77; }
span { border-color: rgb(82,154,119); }
td.TdClassName
{
border-color: #529A77;
}
.TagClassName
{
border-color: #529A77;
}
</style>