Shades of Ocean Green #489B77
Tints of Ocean Green #489B77
RGB
CMYK
RGB Variations
Color information
#489B77 (or 0x489B77) is known color: Ocean Green. HEX triplet: 48, 9B and 77. RGB value is (72,155,119). Sum of RGB (Red+Green+Blue) = 72+155+119=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #489B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B77 is #B76488. Grayscale: #7E7E7E. Windows color (decimal): -12018825 or 7838536. OLE color: 7838536.
HSL color Cylindrical-coordinate representation of color #489B77: hue angle of 153.98º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B77 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 155 | 119 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.39 |
| HSL | 153.98º | 0.37% | 0.45% | - |
| HSV(B) | 153.98º | 0.54% | 0.61% | - |
| XYZ | 17.72 | 26.15 | 21.57 | - |
| YUV | 126.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 119 | 0.54 | 0 | 0.23 | 0.39 | 153.98 | 0.37 | 0.45 |
| Hex | 48 | 9B | 77 | 36 | 0 | 17 | 27 | 9A | 25 | 2D |
| Octal | 110 | 233 | 167 | 66 | 0 | 27 | 47 | 232 | 45 | 55 |
| Binary | 1001000 | 10011011 | 1110111 | 110110 | 0 | 10111 | 100111 | 10011010 | 100101 | 101101 |
Color Harmonies of #489B77
Complementary color
Monochromatic Colors of #489B77
Black with #489B77
Text Example
Text Example
White with #489B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489B77; }
p { color: rgb(72,155,119); }
H1.HeaderClassName
{
color: #489B77;
}
.AnyTagClassName
{
color: #489B77;
}
</style>
background-color css
<style>
a { background-color: #489B77; }
a { background-color: rgb(72,155,119); }
div.DivClassName
{
background-color: #489B77;
}
.BgClassName
{
background-color: #489B77;
}
</style>
border-color css
<style>
span { border-color: #489B77; }
span { border-color: rgb(72,155,119); }
td.TdClassName
{
border-color: #489B77;
}
.TagClassName
{
border-color: #489B77;
}
</style>