Shades of Ocean Green #569D6B
Tints of Ocean Green #569D6B
RGB
CMYK
RGB Variations
Color information
#569D6B (or 0x569D6B) is known color: Ocean Green. HEX triplet: 56, 9D and 6B. RGB value is (86,157,107). Sum of RGB (Red+Green+Blue) = 86+157+107=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #569D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569D6B is #A96294. Grayscale: #828282. Windows color (decimal): -11100821 or 7052630. OLE color: 7052630.
HSL color Cylindrical-coordinate representation of color #569D6B: hue angle of 137.75º 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 #569D6B is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 157 | 107 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.38 |
| HSL | 137.75º | 0.29% | 0.48% | - |
| HSV(B) | 137.75º | 0.45% | 0.62% | - |
| XYZ | 18.55 | 27.15 | 18.17 | - |
| YUV | 130.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 107 | 0.45 | 0 | 0.32 | 0.38 | 137.75 | 0.29 | 0.48 |
| Hex | 56 | 9D | 6B | 2D | 0 | 20 | 26 | 8A | 1D | 30 |
| Octal | 126 | 235 | 153 | 55 | 0 | 40 | 46 | 212 | 35 | 60 |
| Binary | 1010110 | 10011101 | 1101011 | 101101 | 0 | 100000 | 100110 | 10001010 | 11101 | 110000 |
Color Harmonies of #569D6B
Complementary color
Monochromatic Colors of #569D6B
Black with #569D6B
Text Example
Text Example
White with #569D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D6B; }
p { color: rgb(86,157,107); }
H1.HeaderClassName
{
color: #569D6B;
}
.AnyTagClassName
{
color: #569D6B;
}
</style>
background-color css
<style>
a { background-color: #569D6B; }
a { background-color: rgb(86,157,107); }
div.DivClassName
{
background-color: #569D6B;
}
.BgClassName
{
background-color: #569D6B;
}
</style>
border-color css
<style>
span { border-color: #569D6B; }
span { border-color: rgb(86,157,107); }
td.TdClassName
{
border-color: #569D6B;
}
.TagClassName
{
border-color: #569D6B;
}
</style>