Shades of Ocean Green #56A96C
Tints of Ocean Green #56A96C
RGB
CMYK
RGB Variations
Color information
#56A96C (or 0x56A96C) is known color: Ocean Green. HEX triplet: 56, A9 and 6C. RGB value is (86,169,108). Sum of RGB (Red+Green+Blue) = 86+169+108=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 169 - color contains mainly: green. Hex color #56A96C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A96C is #A95693. Grayscale: #898989. Windows color (decimal): -11097748 or 7121238. OLE color: 7121238.
HSL color Cylindrical-coordinate representation of color #56A96C: hue angle of 135.9º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A96C is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 169 | 108 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.34 |
| HSL | 135.9º | 0.33% | 0.5% | - |
| HSV(B) | 135.9º | 0.49% | 0.66% | - |
| XYZ | 20.73 | 31.44 | 19.16 | - |
| YUV | 137.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 169 | 108 | 0.49 | 0 | 0.36 | 0.34 | 135.9 | 0.33 | 0.5 |
| Hex | 56 | A9 | 6C | 31 | 0 | 24 | 22 | 88 | 21 | 32 |
| Octal | 126 | 251 | 154 | 61 | 0 | 44 | 42 | 210 | 41 | 62 |
| Binary | 1010110 | 10101001 | 1101100 | 110001 | 0 | 100100 | 100010 | 10001000 | 100001 | 110010 |
Color Harmonies of #56A96C
Complementary color
Monochromatic Colors of #56A96C
Black with #56A96C
Text Example
Text Example
White with #56A96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A96C; }
p { color: rgb(86,169,108); }
H1.HeaderClassName
{
color: #56A96C;
}
.AnyTagClassName
{
color: #56A96C;
}
</style>
background-color css
<style>
a { background-color: #56A96C; }
a { background-color: rgb(86,169,108); }
div.DivClassName
{
background-color: #56A96C;
}
.BgClassName
{
background-color: #56A96C;
}
</style>
border-color css
<style>
span { border-color: #56A96C; }
span { border-color: rgb(86,169,108); }
td.TdClassName
{
border-color: #56A96C;
}
.TagClassName
{
border-color: #56A96C;
}
</style>