Shades of Ocean Green #579B75
Tints of Ocean Green #579B75
RGB
CMYK
RGB Variations
Color information
#579B75 (or 0x579B75) is known color: Ocean Green. HEX triplet: 57, 9B and 75. RGB value is (87,155,117). Sum of RGB (Red+Green+Blue) = 87+155+117=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #579B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579B75 is #A8648A. Grayscale: #828282. Windows color (decimal): -11035787 or 7707479. OLE color: 7707479.
HSL color Cylindrical-coordinate representation of color #579B75: hue angle of 146.47º 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 #579B75 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 155 | 117 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.39 |
| HSL | 146.47º | 0.28% | 0.47% | - |
| HSV(B) | 146.47º | 0.44% | 0.61% | - |
| XYZ | 18.86 | 26.75 | 21 | - |
| YUV | 130.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 117 | 0.44 | 0 | 0.25 | 0.39 | 146.47 | 0.28 | 0.47 |
| Hex | 57 | 9B | 75 | 2C | 0 | 19 | 27 | 92 | 1C | 2F |
| Octal | 127 | 233 | 165 | 54 | 0 | 31 | 47 | 222 | 34 | 57 |
| Binary | 1010111 | 10011011 | 1110101 | 101100 | 0 | 11001 | 100111 | 10010010 | 11100 | 101111 |
Color Harmonies of #579B75
Complementary color
Monochromatic Colors of #579B75
Black with #579B75
Text Example
Text Example
White with #579B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579B75; }
p { color: rgb(87,155,117); }
H1.HeaderClassName
{
color: #579B75;
}
.AnyTagClassName
{
color: #579B75;
}
</style>
background-color css
<style>
a { background-color: #579B75; }
a { background-color: rgb(87,155,117); }
div.DivClassName
{
background-color: #579B75;
}
.BgClassName
{
background-color: #579B75;
}
</style>
border-color css
<style>
span { border-color: #579B75; }
span { border-color: rgb(87,155,117); }
td.TdClassName
{
border-color: #579B75;
}
.TagClassName
{
border-color: #579B75;
}
</style>