Shades of Ocean Green #529C67
Tints of Ocean Green #529C67
RGB
CMYK
RGB Variations
Color information
#529C67 (or 0x529C67) is known color: Ocean Green. HEX triplet: 52, 9C and 67. RGB value is (82,156,103). Sum of RGB (Red+Green+Blue) = 82+156+103=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #529C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C67 is #AD6398. Grayscale: #7F7F7F. Windows color (decimal): -11363225 or 6790226. OLE color: 6790226.
HSL color Cylindrical-coordinate representation of color #529C67: hue angle of 137.03º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C67 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 103 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.39 |
| HSL | 137.03º | 0.31% | 0.47% | - |
| HSV(B) | 137.03º | 0.47% | 0.61% | - |
| XYZ | 17.82 | 26.55 | 17.02 | - |
| YUV | 127.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 103 | 0.47 | 0 | 0.34 | 0.39 | 137.03 | 0.31 | 0.47 |
| Hex | 52 | 9C | 67 | 2F | 0 | 22 | 27 | 89 | 1F | 2F |
| Octal | 122 | 234 | 147 | 57 | 0 | 42 | 47 | 211 | 37 | 57 |
| Binary | 1010010 | 10011100 | 1100111 | 101111 | 0 | 100010 | 100111 | 10001001 | 11111 | 101111 |
Color Harmonies of #529C67
Complementary color
Monochromatic Colors of #529C67
Black with #529C67
Text Example
Text Example
White with #529C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C67; }
p { color: rgb(82,156,103); }
H1.HeaderClassName
{
color: #529C67;
}
.AnyTagClassName
{
color: #529C67;
}
</style>
background-color css
<style>
a { background-color: #529C67; }
a { background-color: rgb(82,156,103); }
div.DivClassName
{
background-color: #529C67;
}
.BgClassName
{
background-color: #529C67;
}
</style>
border-color css
<style>
span { border-color: #529C67; }
span { border-color: rgb(82,156,103); }
td.TdClassName
{
border-color: #529C67;
}
.TagClassName
{
border-color: #529C67;
}
</style>