Shades of Ocean Green #579E7D
Tints of Ocean Green #579E7D
RGB
CMYK
RGB Variations
Color information
#579E7D (or 0x579E7D) is known color: Ocean Green. HEX triplet: 57, 9E and 7D. RGB value is (87,158,125). Sum of RGB (Red+Green+Blue) = 87+158+125=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #579E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579E7D is #A86182. Grayscale: #858585. Windows color (decimal): -11035011 or 8232535. OLE color: 8232535.
HSL color Cylindrical-coordinate representation of color #579E7D: hue angle of 152.11º 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 #579E7D is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 158 | 125 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.38 |
| HSL | 152.11º | 0.29% | 0.48% | - |
| HSV(B) | 152.11º | 0.45% | 0.62% | - |
| XYZ | 19.86 | 27.96 | 23.75 | - |
| YUV | 133.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 158 | 125 | 0.45 | 0 | 0.21 | 0.38 | 152.11 | 0.29 | 0.48 |
| Hex | 57 | 9E | 7D | 2D | 0 | 15 | 26 | 98 | 1D | 30 |
| Octal | 127 | 236 | 175 | 55 | 0 | 25 | 46 | 230 | 35 | 60 |
| Binary | 1010111 | 10011110 | 1111101 | 101101 | 0 | 10101 | 100110 | 10011000 | 11101 | 110000 |
Color Harmonies of #579E7D
Complementary color
Monochromatic Colors of #579E7D
Black with #579E7D
Text Example
Text Example
White with #579E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579E7D; }
p { color: rgb(87,158,125); }
H1.HeaderClassName
{
color: #579E7D;
}
.AnyTagClassName
{
color: #579E7D;
}
</style>
background-color css
<style>
a { background-color: #579E7D; }
a { background-color: rgb(87,158,125); }
div.DivClassName
{
background-color: #579E7D;
}
.BgClassName
{
background-color: #579E7D;
}
</style>
border-color css
<style>
span { border-color: #579E7D; }
span { border-color: rgb(87,158,125); }
td.TdClassName
{
border-color: #579E7D;
}
.TagClassName
{
border-color: #579E7D;
}
</style>