Shades of Ocean Green #579A78
Tints of Ocean Green #579A78
RGB
CMYK
RGB Variations
Color information
#579A78 (or 0x579A78) is known color: Ocean Green. HEX triplet: 57, 9A and 78. RGB value is (87,154,120). Sum of RGB (Red+Green+Blue) = 87+154+120=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #579A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579A78 is #A86587. Grayscale: #828282. Windows color (decimal): -11036040 or 7903831. OLE color: 7903831.
HSL color Cylindrical-coordinate representation of color #579A78: hue angle of 149.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579A78 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 154 | 120 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.40 |
| HSL | 149.55º | 0.28% | 0.47% | - |
| HSV(B) | 149.55º | 0.44% | 0.6% | - |
| XYZ | 18.88 | 26.49 | 21.89 | - |
| YUV | 130.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 154 | 120 | 0.44 | 0 | 0.22 | 0.40 | 149.55 | 0.28 | 0.47 |
| Hex | 57 | 9A | 78 | 2C | 0 | 16 | 28 | 96 | 1C | 2F |
| Octal | 127 | 232 | 170 | 54 | 0 | 26 | 50 | 226 | 34 | 57 |
| Binary | 1010111 | 10011010 | 1111000 | 101100 | 0 | 10110 | 101000 | 10010110 | 11100 | 101111 |
Color Harmonies of #579A78
Complementary color
Monochromatic Colors of #579A78
Black with #579A78
Text Example
Text Example
White with #579A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579A78; }
p { color: rgb(87,154,120); }
H1.HeaderClassName
{
color: #579A78;
}
.AnyTagClassName
{
color: #579A78;
}
</style>
background-color css
<style>
a { background-color: #579A78; }
a { background-color: rgb(87,154,120); }
div.DivClassName
{
background-color: #579A78;
}
.BgClassName
{
background-color: #579A78;
}
</style>
border-color css
<style>
span { border-color: #579A78; }
span { border-color: rgb(87,154,120); }
td.TdClassName
{
border-color: #579A78;
}
.TagClassName
{
border-color: #579A78;
}
</style>