Shades of Ocean Green #549D69
Tints of Ocean Green #549D69
RGB
CMYK
RGB Variations
Color information
#549D69 (or 0x549D69) is known color: Ocean Green. HEX triplet: 54, 9D and 69. RGB value is (84,157,105). Sum of RGB (Red+Green+Blue) = 84+157+105=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #549D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D69 is #AB6296. Grayscale: #818181. Windows color (decimal): -11231895 or 6921556. OLE color: 6921556.
HSL color Cylindrical-coordinate representation of color #549D69: hue angle of 137.26º 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 #549D69 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 105 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.38 |
| HSL | 137.26º | 0.3% | 0.47% | - |
| HSV(B) | 137.26º | 0.46% | 0.62% | - |
| XYZ | 18.26 | 27.02 | 17.62 | - |
| YUV | 129.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 105 | 0.46 | 0 | 0.33 | 0.38 | 137.26 | 0.3 | 0.47 |
| Hex | 54 | 9D | 69 | 2E | 0 | 21 | 26 | 89 | 1E | 2F |
| Octal | 124 | 235 | 151 | 56 | 0 | 41 | 46 | 211 | 36 | 57 |
| Binary | 1010100 | 10011101 | 1101001 | 101110 | 0 | 100001 | 100110 | 10001001 | 11110 | 101111 |
Color Harmonies of #549D69
Complementary color
Monochromatic Colors of #549D69
Black with #549D69
Text Example
Text Example
White with #549D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D69; }
p { color: rgb(84,157,105); }
H1.HeaderClassName
{
color: #549D69;
}
.AnyTagClassName
{
color: #549D69;
}
</style>
background-color css
<style>
a { background-color: #549D69; }
a { background-color: rgb(84,157,105); }
div.DivClassName
{
background-color: #549D69;
}
.BgClassName
{
background-color: #549D69;
}
</style>
border-color css
<style>
span { border-color: #549D69; }
span { border-color: rgb(84,157,105); }
td.TdClassName
{
border-color: #549D69;
}
.TagClassName
{
border-color: #549D69;
}
</style>