Shades of Ocean Green #51956B
Tints of Ocean Green #51956B
RGB
CMYK
RGB Variations
Color information
#51956B (or 0x51956B) is known color: Ocean Green. HEX triplet: 51, 95 and 6B. RGB value is (81,149,107). Sum of RGB (Red+Green+Blue) = 81+149+107=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #51956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51956B is #AE6A94. Grayscale: #7B7B7B. Windows color (decimal): -11430549 or 7050577. OLE color: 7050577.
HSL color Cylindrical-coordinate representation of color #51956B: hue angle of 142.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51956B is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 149 | 107 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.42 |
| HSL | 142.94º | 0.3% | 0.45% | - |
| HSV(B) | 142.94º | 0.46% | 0.58% | - |
| XYZ | 16.79 | 24.31 | 17.72 | - |
| YUV | 123.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 107 | 0.46 | 0 | 0.28 | 0.42 | 142.94 | 0.3 | 0.45 |
| Hex | 51 | 95 | 6B | 2E | 0 | 1C | 2A | 8F | 1E | 2D |
| Octal | 121 | 225 | 153 | 56 | 0 | 34 | 52 | 217 | 36 | 55 |
| Binary | 1010001 | 10010101 | 1101011 | 101110 | 0 | 11100 | 101010 | 10001111 | 11110 | 101101 |
Color Harmonies of #51956B
Complementary color
Monochromatic Colors of #51956B
Black with #51956B
Text Example
Text Example
White with #51956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51956B; }
p { color: rgb(81,149,107); }
H1.HeaderClassName
{
color: #51956B;
}
.AnyTagClassName
{
color: #51956B;
}
</style>
background-color css
<style>
a { background-color: #51956B; }
a { background-color: rgb(81,149,107); }
div.DivClassName
{
background-color: #51956B;
}
.BgClassName
{
background-color: #51956B;
}
</style>
border-color css
<style>
span { border-color: #51956B; }
span { border-color: rgb(81,149,107); }
td.TdClassName
{
border-color: #51956B;
}
.TagClassName
{
border-color: #51956B;
}
</style>