Shades of Ocean Green #569575
Tints of Ocean Green #569575
RGB
CMYK
RGB Variations
Color information
#569575 (or 0x569575) is known color: Ocean Green. HEX triplet: 56, 95 and 75. RGB value is (86,149,117). Sum of RGB (Red+Green+Blue) = 86+149+117=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #569575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569575 is #A96A8A. Grayscale: #7E7E7E. Windows color (decimal): -11102859 or 7705942. OLE color: 7705942.
HSL color Cylindrical-coordinate representation of color #569575: hue angle of 149.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #569575 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 149 | 117 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.42 |
| HSL | 149.52º | 0.27% | 0.46% | - |
| HSV(B) | 149.52º | 0.42% | 0.58% | - |
| XYZ | 17.8 | 24.76 | 20.67 | - |
| YUV | 126.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 149 | 117 | 0.42 | 0 | 0.21 | 0.42 | 149.52 | 0.27 | 0.46 |
| Hex | 56 | 95 | 75 | 2A | 0 | 15 | 2A | 96 | 1B | 2E |
| Octal | 126 | 225 | 165 | 52 | 0 | 25 | 52 | 226 | 33 | 56 |
| Binary | 1010110 | 10010101 | 1110101 | 101010 | 0 | 10101 | 101010 | 10010110 | 11011 | 101110 |
Color Harmonies of #569575
Complementary color
Monochromatic Colors of #569575
Black with #569575
Text Example
Text Example
White with #569575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569575; }
p { color: rgb(86,149,117); }
H1.HeaderClassName
{
color: #569575;
}
.AnyTagClassName
{
color: #569575;
}
</style>
background-color css
<style>
a { background-color: #569575; }
a { background-color: rgb(86,149,117); }
div.DivClassName
{
background-color: #569575;
}
.BgClassName
{
background-color: #569575;
}
</style>
border-color css
<style>
span { border-color: #569575; }
span { border-color: rgb(86,149,117); }
td.TdClassName
{
border-color: #569575;
}
.TagClassName
{
border-color: #569575;
}
</style>