Shades of Ocean Green #579C72
Tints of Ocean Green #579C72
RGB
CMYK
RGB Variations
Color information
#579C72 (or 0x579C72) is known color: Ocean Green. HEX triplet: 57, 9C and 72. RGB value is (87,156,114). Sum of RGB (Red+Green+Blue) = 87+156+114=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #579C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579C72 is #A8638D. Grayscale: #828282. Windows color (decimal): -11035534 or 7511127. OLE color: 7511127.
HSL color Cylindrical-coordinate representation of color #579C72: hue angle of 143.48º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579C72 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 156 | 114 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.39 |
| HSL | 143.48º | 0.28% | 0.48% | - |
| HSV(B) | 143.48º | 0.44% | 0.61% | - |
| XYZ | 18.86 | 27.02 | 20.14 | - |
| YUV | 130.58 | 118.64 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 156 | 114 | 0.44 | 0 | 0.27 | 0.39 | 143.48 | 0.28 | 0.48 |
| Hex | 57 | 9C | 72 | 2C | 0 | 1B | 27 | 8F | 1C | 30 |
| Octal | 127 | 234 | 162 | 54 | 0 | 33 | 47 | 217 | 34 | 60 |
| Binary | 1010111 | 10011100 | 1110010 | 101100 | 0 | 11011 | 100111 | 10001111 | 11100 | 110000 |
Color Harmonies of #579C72
Complementary color
Monochromatic Colors of #579C72
Black with #579C72
Text Example
Text Example
White with #579C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579C72; }
p { color: rgb(87,156,114); }
H1.HeaderClassName
{
color: #579C72;
}
.AnyTagClassName
{
color: #579C72;
}
</style>
background-color css
<style>
a { background-color: #579C72; }
a { background-color: rgb(87,156,114); }
div.DivClassName
{
background-color: #579C72;
}
.BgClassName
{
background-color: #579C72;
}
</style>
border-color css
<style>
span { border-color: #579C72; }
span { border-color: rgb(87,156,114); }
td.TdClassName
{
border-color: #579C72;
}
.TagClassName
{
border-color: #579C72;
}
</style>