Shades of Ocean Green #56956B
Tints of Ocean Green #56956B
RGB
CMYK
RGB Variations
Color information
#56956B (or 0x56956B) is known color: Ocean Green. HEX triplet: 56, 95 and 6B. RGB value is (86,149,107). Sum of RGB (Red+Green+Blue) = 86+149+107=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #56956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56956B is #A96A94. Grayscale: #7D7D7D. Windows color (decimal): -11102869 or 7050582. OLE color: 7050582.
HSL color Cylindrical-coordinate representation of color #56956B: hue angle of 140º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56956B is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 149 | 107 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.42 |
| HSL | 140º | 0.27% | 0.46% | - |
| HSV(B) | 140º | 0.42% | 0.58% | - |
| XYZ | 17.24 | 24.53 | 17.74 | - |
| YUV | 125.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 149 | 107 | 0.42 | 0 | 0.28 | 0.42 | 140 | 0.27 | 0.46 |
| Hex | 56 | 95 | 6B | 2A | 0 | 1C | 2A | 8C | 1B | 2E |
| Octal | 126 | 225 | 153 | 52 | 0 | 34 | 52 | 214 | 33 | 56 |
| Binary | 1010110 | 10010101 | 1101011 | 101010 | 0 | 11100 | 101010 | 10001100 | 11011 | 101110 |
Color Harmonies of #56956B
Complementary color
Monochromatic Colors of #56956B
Black with #56956B
Text Example
Text Example
White with #56956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56956B; }
p { color: rgb(86,149,107); }
H1.HeaderClassName
{
color: #56956B;
}
.AnyTagClassName
{
color: #56956B;
}
</style>
background-color css
<style>
a { background-color: #56956B; }
a { background-color: rgb(86,149,107); }
div.DivClassName
{
background-color: #56956B;
}
.BgClassName
{
background-color: #56956B;
}
</style>
border-color css
<style>
span { border-color: #56956B; }
span { border-color: rgb(86,149,107); }
td.TdClassName
{
border-color: #56956B;
}
.TagClassName
{
border-color: #56956B;
}
</style>