Shades of Ocean Green #51976B
Tints of Ocean Green #51976B
RGB
CMYK
RGB Variations
Color information
#51976B (or 0x51976B) is known color: Ocean Green. HEX triplet: 51, 97 and 6B. RGB value is (81,151,107). Sum of RGB (Red+Green+Blue) = 81+151+107=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #51976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51976B is #AE6894. Grayscale: #7D7D7D. Windows color (decimal): -11430037 or 7051089. OLE color: 7051089.
HSL color Cylindrical-coordinate representation of color #51976B: hue angle of 142.29º 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 #51976B is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 151 | 107 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.41 |
| HSL | 142.29º | 0.3% | 0.45% | - |
| HSV(B) | 142.29º | 0.46% | 0.59% | - |
| XYZ | 17.11 | 24.94 | 17.82 | - |
| YUV | 125.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 151 | 107 | 0.46 | 0 | 0.29 | 0.41 | 142.29 | 0.3 | 0.45 |
| Hex | 51 | 97 | 6B | 2E | 0 | 1D | 29 | 8E | 1E | 2D |
| Octal | 121 | 227 | 153 | 56 | 0 | 35 | 51 | 216 | 36 | 55 |
| Binary | 1010001 | 10010111 | 1101011 | 101110 | 0 | 11101 | 101001 | 10001110 | 11110 | 101101 |
Color Harmonies of #51976B
Complementary color
Monochromatic Colors of #51976B
Black with #51976B
Text Example
Text Example
White with #51976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51976B; }
p { color: rgb(81,151,107); }
H1.HeaderClassName
{
color: #51976B;
}
.AnyTagClassName
{
color: #51976B;
}
</style>
background-color css
<style>
a { background-color: #51976B; }
a { background-color: rgb(81,151,107); }
div.DivClassName
{
background-color: #51976B;
}
.BgClassName
{
background-color: #51976B;
}
</style>
border-color css
<style>
span { border-color: #51976B; }
span { border-color: rgb(81,151,107); }
td.TdClassName
{
border-color: #51976B;
}
.TagClassName
{
border-color: #51976B;
}
</style>