Shades of Ocean Green #549D68
Tints of Ocean Green #549D68
RGB
CMYK
RGB Variations
Color information
#549D68 (or 0x549D68) is known color: Ocean Green. HEX triplet: 54, 9D and 68. RGB value is (84,157,104). Sum of RGB (Red+Green+Blue) = 84+157+104=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #549D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D68 is #AB6297. Grayscale: #818181. Windows color (decimal): -11231896 or 6856020. OLE color: 6856020.
HSL color Cylindrical-coordinate representation of color #549D68: hue angle of 136.44º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D68 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 104 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.38 |
| HSL | 136.44º | 0.3% | 0.47% | - |
| HSV(B) | 136.44º | 0.46% | 0.62% | - |
| XYZ | 18.21 | 27 | 17.35 | - |
| YUV | 129.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 104 | 0.46 | 0 | 0.34 | 0.38 | 136.44 | 0.3 | 0.47 |
| Hex | 54 | 9D | 68 | 2E | 0 | 22 | 26 | 88 | 1E | 2F |
| Octal | 124 | 235 | 150 | 56 | 0 | 42 | 46 | 210 | 36 | 57 |
| Binary | 1010100 | 10011101 | 1101000 | 101110 | 0 | 100010 | 100110 | 10001000 | 11110 | 101111 |
Color Harmonies of #549D68
Complementary color
Monochromatic Colors of #549D68
Black with #549D68
Text Example
Text Example
White with #549D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D68; }
p { color: rgb(84,157,104); }
H1.HeaderClassName
{
color: #549D68;
}
.AnyTagClassName
{
color: #549D68;
}
</style>
background-color css
<style>
a { background-color: #549D68; }
a { background-color: rgb(84,157,104); }
div.DivClassName
{
background-color: #549D68;
}
.BgClassName
{
background-color: #549D68;
}
</style>
border-color css
<style>
span { border-color: #549D68; }
span { border-color: rgb(84,157,104); }
td.TdClassName
{
border-color: #549D68;
}
.TagClassName
{
border-color: #549D68;
}
</style>