Shades of Ocean Green #56A769
Tints of Ocean Green #56A769
RGB
CMYK
RGB Variations
Color information
#56A769 (or 0x56A769) is known color: Ocean Green. HEX triplet: 56, A7 and 69. RGB value is (86,167,105). Sum of RGB (Red+Green+Blue) = 86+167+105=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #56A769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A769 is #A95896. Grayscale: #878787. Windows color (decimal): -11098263 or 6924118. OLE color: 6924118.
HSL color Cylindrical-coordinate representation of color #56A769: hue angle of 134.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A769 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 167 | 105 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.35 |
| HSL | 134.07º | 0.32% | 0.5% | - |
| HSV(B) | 134.07º | 0.49% | 0.65% | - |
| XYZ | 20.21 | 30.64 | 18.21 | - |
| YUV | 135.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 167 | 105 | 0.49 | 0 | 0.37 | 0.35 | 134.07 | 0.32 | 0.5 |
| Hex | 56 | A7 | 69 | 31 | 0 | 25 | 23 | 86 | 20 | 32 |
| Octal | 126 | 247 | 151 | 61 | 0 | 45 | 43 | 206 | 40 | 62 |
| Binary | 1010110 | 10100111 | 1101001 | 110001 | 0 | 100101 | 100011 | 10000110 | 100000 | 110010 |
Color Harmonies of #56A769
Complementary color
Monochromatic Colors of #56A769
Black with #56A769
Text Example
Text Example
White with #56A769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A769; }
p { color: rgb(86,167,105); }
H1.HeaderClassName
{
color: #56A769;
}
.AnyTagClassName
{
color: #56A769;
}
</style>
background-color css
<style>
a { background-color: #56A769; }
a { background-color: rgb(86,167,105); }
div.DivClassName
{
background-color: #56A769;
}
.BgClassName
{
background-color: #56A769;
}
</style>
border-color css
<style>
span { border-color: #56A769; }
span { border-color: rgb(86,167,105); }
td.TdClassName
{
border-color: #56A769;
}
.TagClassName
{
border-color: #56A769;
}
</style>