Shades of Ocean Green #54976C
Tints of Ocean Green #54976C
RGB
CMYK
RGB Variations
Color information
#54976C (or 0x54976C) is known color: Ocean Green. HEX triplet: 54, 97 and 6C. RGB value is (84,151,108). Sum of RGB (Red+Green+Blue) = 84+151+108=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #54976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54976C is #AB6893. Grayscale: #7E7E7E. Windows color (decimal): -11233428 or 7116628. OLE color: 7116628.
HSL color Cylindrical-coordinate representation of color #54976C: hue angle of 141.49º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54976C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 151 | 108 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.41 |
| HSL | 141.49º | 0.29% | 0.46% | - |
| HSV(B) | 141.49º | 0.44% | 0.59% | - |
| XYZ | 17.43 | 25.1 | 18.11 | - |
| YUV | 126.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 108 | 0.44 | 0 | 0.28 | 0.41 | 141.49 | 0.29 | 0.46 |
| Hex | 54 | 97 | 6C | 2C | 0 | 1C | 29 | 8D | 1D | 2E |
| Octal | 124 | 227 | 154 | 54 | 0 | 34 | 51 | 215 | 35 | 56 |
| Binary | 1010100 | 10010111 | 1101100 | 101100 | 0 | 11100 | 101001 | 10001101 | 11101 | 101110 |
Color Harmonies of #54976C
Complementary color
Monochromatic Colors of #54976C
Black with #54976C
Text Example
Text Example
White with #54976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54976C; }
p { color: rgb(84,151,108); }
H1.HeaderClassName
{
color: #54976C;
}
.AnyTagClassName
{
color: #54976C;
}
</style>
background-color css
<style>
a { background-color: #54976C; }
a { background-color: rgb(84,151,108); }
div.DivClassName
{
background-color: #54976C;
}
.BgClassName
{
background-color: #54976C;
}
</style>
border-color css
<style>
span { border-color: #54976C; }
span { border-color: rgb(84,151,108); }
td.TdClassName
{
border-color: #54976C;
}
.TagClassName
{
border-color: #54976C;
}
</style>