Shades of Ocean Green #529D77
Tints of Ocean Green #529D77
RGB
CMYK
RGB Variations
Color information
#529D77 (or 0x529D77) is known color: Ocean Green. HEX triplet: 52, 9D and 77. RGB value is (82,157,119). Sum of RGB (Red+Green+Blue) = 82+157+119=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #529D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D77 is #AD6288. Grayscale: #828282. Windows color (decimal): -11362953 or 7839058. OLE color: 7839058.
HSL color Cylindrical-coordinate representation of color #529D77: hue angle of 149.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D77 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 157 | 119 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.38 |
| HSL | 149.6º | 0.31% | 0.47% | - |
| HSV(B) | 149.6º | 0.48% | 0.62% | - |
| XYZ | 18.87 | 27.24 | 21.72 | - |
| YUV | 130.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 119 | 0.48 | 0 | 0.24 | 0.38 | 149.6 | 0.31 | 0.47 |
| Hex | 52 | 9D | 77 | 30 | 0 | 18 | 26 | 96 | 1F | 2F |
| Octal | 122 | 235 | 167 | 60 | 0 | 30 | 46 | 226 | 37 | 57 |
| Binary | 1010010 | 10011101 | 1110111 | 110000 | 0 | 11000 | 100110 | 10010110 | 11111 | 101111 |
Color Harmonies of #529D77
Complementary color
Monochromatic Colors of #529D77
Black with #529D77
Text Example
Text Example
White with #529D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529D77; }
p { color: rgb(82,157,119); }
H1.HeaderClassName
{
color: #529D77;
}
.AnyTagClassName
{
color: #529D77;
}
</style>
background-color css
<style>
a { background-color: #529D77; }
a { background-color: rgb(82,157,119); }
div.DivClassName
{
background-color: #529D77;
}
.BgClassName
{
background-color: #529D77;
}
</style>
border-color css
<style>
span { border-color: #529D77; }
span { border-color: rgb(82,157,119); }
td.TdClassName
{
border-color: #529D77;
}
.TagClassName
{
border-color: #529D77;
}
</style>