Shades of Ocean Green #529B68
Tints of Ocean Green #529B68
RGB
CMYK
RGB Variations
Color information
#529B68 (or 0x529B68) is known color: Ocean Green. HEX triplet: 52, 9B and 68. RGB value is (82,155,104). Sum of RGB (Red+Green+Blue) = 82+155+104=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #529B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B68 is #AD6497. Grayscale: #7F7F7F. Windows color (decimal): -11363480 or 6855506. OLE color: 6855506.
HSL color Cylindrical-coordinate representation of color #529B68: hue angle of 138.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B68 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 155 | 104 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.39 |
| HSL | 138.08º | 0.31% | 0.46% | - |
| HSV(B) | 138.08º | 0.47% | 0.61% | - |
| XYZ | 17.7 | 26.24 | 17.23 | - |
| YUV | 127.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 104 | 0.47 | 0 | 0.33 | 0.39 | 138.08 | 0.31 | 0.46 |
| Hex | 52 | 9B | 68 | 2F | 0 | 21 | 27 | 8A | 1F | 2E |
| Octal | 122 | 233 | 150 | 57 | 0 | 41 | 47 | 212 | 37 | 56 |
| Binary | 1010010 | 10011011 | 1101000 | 101111 | 0 | 100001 | 100111 | 10001010 | 11111 | 101110 |
Color Harmonies of #529B68
Complementary color
Monochromatic Colors of #529B68
Black with #529B68
Text Example
Text Example
White with #529B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529B68; }
p { color: rgb(82,155,104); }
H1.HeaderClassName
{
color: #529B68;
}
.AnyTagClassName
{
color: #529B68;
}
</style>
background-color css
<style>
a { background-color: #529B68; }
a { background-color: rgb(82,155,104); }
div.DivClassName
{
background-color: #529B68;
}
.BgClassName
{
background-color: #529B68;
}
</style>
border-color css
<style>
span { border-color: #529B68; }
span { border-color: rgb(82,155,104); }
td.TdClassName
{
border-color: #529B68;
}
.TagClassName
{
border-color: #529B68;
}
</style>