Shades of Ocean Green #569C74
Tints of Ocean Green #569C74
RGB
CMYK
RGB Variations
Color information
#569C74 (or 0x569C74) is known color: Ocean Green. HEX triplet: 56, 9C and 74. RGB value is (86,156,116). Sum of RGB (Red+Green+Blue) = 86+156+116=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #569C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569C74 is #A9638B. Grayscale: #828282. Windows color (decimal): -11101068 or 7642198. OLE color: 7642198.
HSL color Cylindrical-coordinate representation of color #569C74: hue angle of 145.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569C74 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 156 | 116 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.39 |
| HSL | 145.71º | 0.29% | 0.47% | - |
| HSV(B) | 145.71º | 0.45% | 0.61% | - |
| XYZ | 18.88 | 27.02 | 20.74 | - |
| YUV | 130.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 116 | 0.45 | 0 | 0.26 | 0.39 | 145.71 | 0.29 | 0.47 |
| Hex | 56 | 9C | 74 | 2D | 0 | 1A | 27 | 92 | 1D | 2F |
| Octal | 126 | 234 | 164 | 55 | 0 | 32 | 47 | 222 | 35 | 57 |
| Binary | 1010110 | 10011100 | 1110100 | 101101 | 0 | 11010 | 100111 | 10010010 | 11101 | 101111 |
Color Harmonies of #569C74
Complementary color
Monochromatic Colors of #569C74
Black with #569C74
Text Example
Text Example
White with #569C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569C74; }
p { color: rgb(86,156,116); }
H1.HeaderClassName
{
color: #569C74;
}
.AnyTagClassName
{
color: #569C74;
}
</style>
background-color css
<style>
a { background-color: #569C74; }
a { background-color: rgb(86,156,116); }
div.DivClassName
{
background-color: #569C74;
}
.BgClassName
{
background-color: #569C74;
}
</style>
border-color css
<style>
span { border-color: #569C74; }
span { border-color: rgb(86,156,116); }
td.TdClassName
{
border-color: #569C74;
}
.TagClassName
{
border-color: #569C74;
}
</style>