Shades of Ocean Green #51976E
Tints of Ocean Green #51976E
RGB
CMYK
RGB Variations
Color information
#51976E (or 0x51976E) is known color: Ocean Green. HEX triplet: 51, 97 and 6E. RGB value is (81,151,110). Sum of RGB (Red+Green+Blue) = 81+151+110=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #51976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51976E is #AE6891. Grayscale: #7D7D7D. Windows color (decimal): -11430034 or 7247697. OLE color: 7247697.
HSL color Cylindrical-coordinate representation of color #51976E: hue angle of 144.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51976E is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 151 | 110 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.41 |
| HSL | 144.86º | 0.3% | 0.45% | - |
| HSV(B) | 144.86º | 0.46% | 0.59% | - |
| XYZ | 17.27 | 25.01 | 18.67 | - |
| YUV | 125.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 151 | 110 | 0.46 | 0 | 0.27 | 0.41 | 144.86 | 0.3 | 0.45 |
| Hex | 51 | 97 | 6E | 2E | 0 | 1B | 29 | 91 | 1E | 2D |
| Octal | 121 | 227 | 156 | 56 | 0 | 33 | 51 | 221 | 36 | 55 |
| Binary | 1010001 | 10010111 | 1101110 | 101110 | 0 | 11011 | 101001 | 10010001 | 11110 | 101101 |
Color Harmonies of #51976E
Complementary color
Monochromatic Colors of #51976E
Black with #51976E
Text Example
Text Example
White with #51976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51976E; }
p { color: rgb(81,151,110); }
H1.HeaderClassName
{
color: #51976E;
}
.AnyTagClassName
{
color: #51976E;
}
</style>
background-color css
<style>
a { background-color: #51976E; }
a { background-color: rgb(81,151,110); }
div.DivClassName
{
background-color: #51976E;
}
.BgClassName
{
background-color: #51976E;
}
</style>
border-color css
<style>
span { border-color: #51976E; }
span { border-color: rgb(81,151,110); }
td.TdClassName
{
border-color: #51976E;
}
.TagClassName
{
border-color: #51976E;
}
</style>