Shades of Ocean Green #579D72
Tints of Ocean Green #579D72
RGB
CMYK
RGB Variations
Color information
#579D72 (or 0x579D72) is known color: Ocean Green. HEX triplet: 57, 9D and 72. RGB value is (87,157,114). Sum of RGB (Red+Green+Blue) = 87+157+114=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #579D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579D72 is #A8628D. Grayscale: #838383. Windows color (decimal): -11035278 or 7511383. OLE color: 7511383.
HSL color Cylindrical-coordinate representation of color #579D72: hue angle of 143.14º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #579D72 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 157 | 114 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.38 |
| HSL | 143.14º | 0.29% | 0.48% | - |
| HSV(B) | 143.14º | 0.45% | 0.62% | - |
| XYZ | 19.02 | 27.36 | 20.2 | - |
| YUV | 131.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 114 | 0.45 | 0 | 0.27 | 0.38 | 143.14 | 0.29 | 0.48 |
| Hex | 57 | 9D | 72 | 2D | 0 | 1B | 26 | 8F | 1D | 30 |
| Octal | 127 | 235 | 162 | 55 | 0 | 33 | 46 | 217 | 35 | 60 |
| Binary | 1010111 | 10011101 | 1110010 | 101101 | 0 | 11011 | 100110 | 10001111 | 11101 | 110000 |
Color Harmonies of #579D72
Complementary color
Monochromatic Colors of #579D72
Black with #579D72
Text Example
Text Example
White with #579D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579D72; }
p { color: rgb(87,157,114); }
H1.HeaderClassName
{
color: #579D72;
}
.AnyTagClassName
{
color: #579D72;
}
</style>
background-color css
<style>
a { background-color: #579D72; }
a { background-color: rgb(87,157,114); }
div.DivClassName
{
background-color: #579D72;
}
.BgClassName
{
background-color: #579D72;
}
</style>
border-color css
<style>
span { border-color: #579D72; }
span { border-color: rgb(87,157,114); }
td.TdClassName
{
border-color: #579D72;
}
.TagClassName
{
border-color: #579D72;
}
</style>