Shades of Ocean Green #489E67
Tints of Ocean Green #489E67
RGB
CMYK
RGB Variations
Color information
#489E67 (or 0x489E67) is known color: Ocean Green. HEX triplet: 48, 9E and 67. RGB value is (72,158,103). Sum of RGB (Red+Green+Blue) = 72+158+103=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #489E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489E67 is #B76198. Grayscale: #7E7E7E. Windows color (decimal): -12018073 or 6790728. OLE color: 6790728.
HSL color Cylindrical-coordinate representation of color #489E67: hue angle of 141.63º 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 #489E67 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 158 | 103 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.38 |
| HSL | 141.63º | 0.37% | 0.45% | - |
| HSV(B) | 141.63º | 0.54% | 0.62% | - |
| XYZ | 17.35 | 26.81 | 17.09 | - |
| YUV | 126.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 103 | 0.54 | 0 | 0.35 | 0.38 | 141.63 | 0.37 | 0.45 |
| Hex | 48 | 9E | 67 | 36 | 0 | 23 | 26 | 8E | 25 | 2D |
| Octal | 110 | 236 | 147 | 66 | 0 | 43 | 46 | 216 | 45 | 55 |
| Binary | 1001000 | 10011110 | 1100111 | 110110 | 0 | 100011 | 100110 | 10001110 | 100101 | 101101 |
Color Harmonies of #489E67
Complementary color
Monochromatic Colors of #489E67
Black with #489E67
Text Example
Text Example
White with #489E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489E67; }
p { color: rgb(72,158,103); }
H1.HeaderClassName
{
color: #489E67;
}
.AnyTagClassName
{
color: #489E67;
}
</style>
background-color css
<style>
a { background-color: #489E67; }
a { background-color: rgb(72,158,103); }
div.DivClassName
{
background-color: #489E67;
}
.BgClassName
{
background-color: #489E67;
}
</style>
border-color css
<style>
span { border-color: #489E67; }
span { border-color: rgb(72,158,103); }
td.TdClassName
{
border-color: #489E67;
}
.TagClassName
{
border-color: #489E67;
}
</style>