Shades of Ocean Green #569673
Tints of Ocean Green #569673
RGB
CMYK
RGB Variations
Color information
#569673 (or 0x569673) is known color: Ocean Green. HEX triplet: 56, 96 and 73. RGB value is (86,150,115). Sum of RGB (Red+Green+Blue) = 86+150+115=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #569673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569673 is #A9698C. Grayscale: #7E7E7E. Windows color (decimal): -11102605 or 7575126. OLE color: 7575126.
HSL color Cylindrical-coordinate representation of color #569673: hue angle of 147.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #569673 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 115 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.41 |
| HSL | 147.19º | 0.27% | 0.46% | - |
| HSV(B) | 147.19º | 0.43% | 0.59% | - |
| XYZ | 17.84 | 25.03 | 20.11 | - |
| YUV | 126.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 115 | 0.43 | 0 | 0.23 | 0.41 | 147.19 | 0.27 | 0.46 |
| Hex | 56 | 96 | 73 | 2B | 0 | 17 | 29 | 93 | 1B | 2E |
| Octal | 126 | 226 | 163 | 53 | 0 | 27 | 51 | 223 | 33 | 56 |
| Binary | 1010110 | 10010110 | 1110011 | 101011 | 0 | 10111 | 101001 | 10010011 | 11011 | 101110 |
Color Harmonies of #569673
Complementary color
Monochromatic Colors of #569673
Black with #569673
Text Example
Text Example
White with #569673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569673; }
p { color: rgb(86,150,115); }
H1.HeaderClassName
{
color: #569673;
}
.AnyTagClassName
{
color: #569673;
}
</style>
background-color css
<style>
a { background-color: #569673; }
a { background-color: rgb(86,150,115); }
div.DivClassName
{
background-color: #569673;
}
.BgClassName
{
background-color: #569673;
}
</style>
border-color css
<style>
span { border-color: #569673; }
span { border-color: rgb(86,150,115); }
td.TdClassName
{
border-color: #569673;
}
.TagClassName
{
border-color: #569673;
}
</style>