Shades of Ocean Green #489E6D
Tints of Ocean Green #489E6D
RGB
CMYK
RGB Variations
Color information
#489E6D (or 0x489E6D) is known color: Ocean Green. HEX triplet: 48, 9E and 6D. RGB value is (72,158,109). Sum of RGB (Red+Green+Blue) = 72+158+109=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #489E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489E6D is #B76192. Grayscale: #7E7E7E. Windows color (decimal): -12018067 or 7183944. OLE color: 7183944.
HSL color Cylindrical-coordinate representation of color #489E6D: hue angle of 145.81º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489E6D is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 158 | 109 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.38 |
| HSL | 145.81º | 0.37% | 0.45% | - |
| HSV(B) | 145.81º | 0.54% | 0.62% | - |
| XYZ | 17.66 | 26.94 | 18.74 | - |
| YUV | 126.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 109 | 0.54 | 0 | 0.31 | 0.38 | 145.81 | 0.37 | 0.45 |
| Hex | 48 | 9E | 6D | 36 | 0 | 1F | 26 | 92 | 25 | 2D |
| Octal | 110 | 236 | 155 | 66 | 0 | 37 | 46 | 222 | 45 | 55 |
| Binary | 1001000 | 10011110 | 1101101 | 110110 | 0 | 11111 | 100110 | 10010010 | 100101 | 101101 |
Color Harmonies of #489E6D
Complementary color
Monochromatic Colors of #489E6D
Black with #489E6D
Text Example
Text Example
White with #489E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489E6D; }
p { color: rgb(72,158,109); }
H1.HeaderClassName
{
color: #489E6D;
}
.AnyTagClassName
{
color: #489E6D;
}
</style>
background-color css
<style>
a { background-color: #489E6D; }
a { background-color: rgb(72,158,109); }
div.DivClassName
{
background-color: #489E6D;
}
.BgClassName
{
background-color: #489E6D;
}
</style>
border-color css
<style>
span { border-color: #489E6D; }
span { border-color: rgb(72,158,109); }
td.TdClassName
{
border-color: #489E6D;
}
.TagClassName
{
border-color: #489E6D;
}
</style>