Shades of Ocean Green #54996A
Tints of Ocean Green #54996A
RGB
CMYK
RGB Variations
Color information
#54996A (or 0x54996A) is known color: Ocean Green. HEX triplet: 54, 99 and 6A. RGB value is (84,153,106). Sum of RGB (Red+Green+Blue) = 84+153+106=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #54996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54996A is #AB6695. Grayscale: #7F7F7F. Windows color (decimal): -11232918 or 6986068. OLE color: 6986068.
HSL color Cylindrical-coordinate representation of color #54996A: hue angle of 139.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54996A is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 106 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.4 |
| HSL | 139.13º | 0.29% | 0.46% | - |
| HSV(B) | 139.13º | 0.45% | 0.6% | - |
| XYZ | 17.65 | 25.71 | 17.67 | - |
| YUV | 127.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 106 | 0.45 | 0 | 0.31 | 0.4 | 139.13 | 0.29 | 0.46 |
| Hex | 54 | 99 | 6A | 2D | 0 | 1F | 28 | 8B | 1D | 2E |
| Octal | 124 | 231 | 152 | 55 | 0 | 37 | 50 | 213 | 35 | 56 |
| Binary | 1010100 | 10011001 | 1101010 | 101101 | 0 | 11111 | 101000 | 10001011 | 11101 | 101110 |
Color Harmonies of #54996A
Complementary color
Monochromatic Colors of #54996A
Black with #54996A
Text Example
Text Example
White with #54996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54996A; }
p { color: rgb(84,153,106); }
H1.HeaderClassName
{
color: #54996A;
}
.AnyTagClassName
{
color: #54996A;
}
</style>
background-color css
<style>
a { background-color: #54996A; }
a { background-color: rgb(84,153,106); }
div.DivClassName
{
background-color: #54996A;
}
.BgClassName
{
background-color: #54996A;
}
</style>
border-color css
<style>
span { border-color: #54996A; }
span { border-color: rgb(84,153,106); }
td.TdClassName
{
border-color: #54996A;
}
.TagClassName
{
border-color: #54996A;
}
</style>