Shades of Ocean Green #579D6A
Tints of Ocean Green #579D6A
RGB
CMYK
RGB Variations
Color information
#579D6A (or 0x579D6A) is known color: Ocean Green. HEX triplet: 57, 9D and 6A. RGB value is (87,157,106). Sum of RGB (Red+Green+Blue) = 87+157+106=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #579D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579D6A is #A86295. Grayscale: #828282. Windows color (decimal): -11035286 or 6987095. OLE color: 6987095.
HSL color Cylindrical-coordinate representation of color #579D6A: hue angle of 136.29º 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 #579D6A is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 157 | 106 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.38 |
| HSL | 136.29º | 0.29% | 0.48% | - |
| HSV(B) | 136.29º | 0.45% | 0.62% | - |
| XYZ | 18.59 | 27.18 | 17.9 | - |
| YUV | 130.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 106 | 0.45 | 0 | 0.32 | 0.38 | 136.29 | 0.29 | 0.48 |
| Hex | 57 | 9D | 6A | 2D | 0 | 20 | 26 | 88 | 1D | 30 |
| Octal | 127 | 235 | 152 | 55 | 0 | 40 | 46 | 210 | 35 | 60 |
| Binary | 1010111 | 10011101 | 1101010 | 101101 | 0 | 100000 | 100110 | 10001000 | 11101 | 110000 |
Color Harmonies of #579D6A
Complementary color
Monochromatic Colors of #579D6A
Black with #579D6A
Text Example
Text Example
White with #579D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579D6A; }
p { color: rgb(87,157,106); }
H1.HeaderClassName
{
color: #579D6A;
}
.AnyTagClassName
{
color: #579D6A;
}
</style>
background-color css
<style>
a { background-color: #579D6A; }
a { background-color: rgb(87,157,106); }
div.DivClassName
{
background-color: #579D6A;
}
.BgClassName
{
background-color: #579D6A;
}
</style>
border-color css
<style>
span { border-color: #579D6A; }
span { border-color: rgb(87,157,106); }
td.TdClassName
{
border-color: #579D6A;
}
.TagClassName
{
border-color: #579D6A;
}
</style>