Shades of Ocean Green #53976B
Tints of Ocean Green #53976B
RGB
CMYK
RGB Variations
Color information
#53976B (or 0x53976B) is known color: Ocean Green. HEX triplet: 53, 97 and 6B. RGB value is (83,151,107). Sum of RGB (Red+Green+Blue) = 83+151+107=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #53976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53976B is #AC6894. Grayscale: #7D7D7D. Windows color (decimal): -11298965 or 7051091. OLE color: 7051091.
HSL color Cylindrical-coordinate representation of color #53976B: hue angle of 141.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53976B is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 151 | 107 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.41 |
| HSL | 141.18º | 0.29% | 0.46% | - |
| HSV(B) | 141.18º | 0.45% | 0.59% | - |
| XYZ | 17.29 | 25.03 | 17.83 | - |
| YUV | 125.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 107 | 0.45 | 0 | 0.29 | 0.41 | 141.18 | 0.29 | 0.46 |
| Hex | 53 | 97 | 6B | 2D | 0 | 1D | 29 | 8D | 1D | 2E |
| Octal | 123 | 227 | 153 | 55 | 0 | 35 | 51 | 215 | 35 | 56 |
| Binary | 1010011 | 10010111 | 1101011 | 101101 | 0 | 11101 | 101001 | 10001101 | 11101 | 101110 |
Color Harmonies of #53976B
Complementary color
Monochromatic Colors of #53976B
Black with #53976B
Text Example
Text Example
White with #53976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53976B; }
p { color: rgb(83,151,107); }
H1.HeaderClassName
{
color: #53976B;
}
.AnyTagClassName
{
color: #53976B;
}
</style>
background-color css
<style>
a { background-color: #53976B; }
a { background-color: rgb(83,151,107); }
div.DivClassName
{
background-color: #53976B;
}
.BgClassName
{
background-color: #53976B;
}
</style>
border-color css
<style>
span { border-color: #53976B; }
span { border-color: rgb(83,151,107); }
td.TdClassName
{
border-color: #53976B;
}
.TagClassName
{
border-color: #53976B;
}
</style>