Shades of Ocean Green #579B7A
Tints of Ocean Green #579B7A
RGB
CMYK
RGB Variations
Color information
#579B7A (or 0x579B7A) is known color: Ocean Green. HEX triplet: 57, 9B and 7A. RGB value is (87,155,122). Sum of RGB (Red+Green+Blue) = 87+155+122=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #579B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579B7A is #A86485. Grayscale: #828282. Windows color (decimal): -11035782 or 8035159. OLE color: 8035159.
HSL color Cylindrical-coordinate representation of color #579B7A: hue angle of 150.88º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579B7A is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 155 | 122 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.39 |
| HSL | 150.88º | 0.28% | 0.47% | - |
| HSV(B) | 150.88º | 0.44% | 0.61% | - |
| XYZ | 19.16 | 26.87 | 22.59 | - |
| YUV | 130.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 122 | 0.44 | 0 | 0.21 | 0.39 | 150.88 | 0.28 | 0.47 |
| Hex | 57 | 9B | 7A | 2C | 0 | 15 | 27 | 97 | 1C | 2F |
| Octal | 127 | 233 | 172 | 54 | 0 | 25 | 47 | 227 | 34 | 57 |
| Binary | 1010111 | 10011011 | 1111010 | 101100 | 0 | 10101 | 100111 | 10010111 | 11100 | 101111 |
Color Harmonies of #579B7A
Complementary color
Monochromatic Colors of #579B7A
Black with #579B7A
Text Example
Text Example
White with #579B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579B7A; }
p { color: rgb(87,155,122); }
H1.HeaderClassName
{
color: #579B7A;
}
.AnyTagClassName
{
color: #579B7A;
}
</style>
background-color css
<style>
a { background-color: #579B7A; }
a { background-color: rgb(87,155,122); }
div.DivClassName
{
background-color: #579B7A;
}
.BgClassName
{
background-color: #579B7A;
}
</style>
border-color css
<style>
span { border-color: #579B7A; }
span { border-color: rgb(87,155,122); }
td.TdClassName
{
border-color: #579B7A;
}
.TagClassName
{
border-color: #579B7A;
}
</style>