Shades of Ocean Green #54966F
Tints of Ocean Green #54966F
RGB
CMYK
RGB Variations
Color information
#54966F (or 0x54966F) is known color: Ocean Green. HEX triplet: 54, 96 and 6F. RGB value is (84,150,111). Sum of RGB (Red+Green+Blue) = 84+150+111=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #54966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54966F is #AB6990. Grayscale: #7D7D7D. Windows color (decimal): -11233681 or 7312980. OLE color: 7312980.
HSL color Cylindrical-coordinate representation of color #54966F: hue angle of 144.55º degrees, saturation: 0.28, 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 #54966F is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 150 | 111 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.41 |
| HSL | 144.55º | 0.28% | 0.46% | - |
| HSV(B) | 144.55º | 0.44% | 0.59% | - |
| XYZ | 17.43 | 24.85 | 18.92 | - |
| YUV | 125.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 111 | 0.44 | 0 | 0.26 | 0.41 | 144.55 | 0.28 | 0.46 |
| Hex | 54 | 96 | 6F | 2C | 0 | 1A | 29 | 91 | 1C | 2E |
| Octal | 124 | 226 | 157 | 54 | 0 | 32 | 51 | 221 | 34 | 56 |
| Binary | 1010100 | 10010110 | 1101111 | 101100 | 0 | 11010 | 101001 | 10010001 | 11100 | 101110 |
Color Harmonies of #54966F
Complementary color
Monochromatic Colors of #54966F
Black with #54966F
Text Example
Text Example
White with #54966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54966F; }
p { color: rgb(84,150,111); }
H1.HeaderClassName
{
color: #54966F;
}
.AnyTagClassName
{
color: #54966F;
}
</style>
background-color css
<style>
a { background-color: #54966F; }
a { background-color: rgb(84,150,111); }
div.DivClassName
{
background-color: #54966F;
}
.BgClassName
{
background-color: #54966F;
}
</style>
border-color css
<style>
span { border-color: #54966F; }
span { border-color: rgb(84,150,111); }
td.TdClassName
{
border-color: #54966F;
}
.TagClassName
{
border-color: #54966F;
}
</style>