Shades of Ocean Green #489A77
Tints of Ocean Green #489A77
RGB
CMYK
RGB Variations
Color information
#489A77 (or 0x489A77) is known color: Ocean Green. HEX triplet: 48, 9A and 77. RGB value is (72,154,119). Sum of RGB (Red+Green+Blue) = 72+154+119=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #489A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489A77 is #B76588. Grayscale: #7D7D7D. Windows color (decimal): -12019081 or 7838280. OLE color: 7838280.
HSL color Cylindrical-coordinate representation of color #489A77: hue angle of 154.39º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489A77 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 119 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.40 |
| HSL | 154.39º | 0.36% | 0.44% | - |
| HSV(B) | 154.39º | 0.53% | 0.6% | - |
| XYZ | 17.56 | 25.82 | 21.51 | - |
| YUV | 125.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 119 | 0.53 | 0 | 0.23 | 0.40 | 154.39 | 0.36 | 0.44 |
| Hex | 48 | 9A | 77 | 35 | 0 | 17 | 28 | 9A | 24 | 2C |
| Octal | 110 | 232 | 167 | 65 | 0 | 27 | 50 | 232 | 44 | 54 |
| Binary | 1001000 | 10011010 | 1110111 | 110101 | 0 | 10111 | 101000 | 10011010 | 100100 | 101100 |
Color Harmonies of #489A77
Complementary color
Monochromatic Colors of #489A77
Black with #489A77
Text Example
Text Example
White with #489A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A77; }
p { color: rgb(72,154,119); }
H1.HeaderClassName
{
color: #489A77;
}
.AnyTagClassName
{
color: #489A77;
}
</style>
background-color css
<style>
a { background-color: #489A77; }
a { background-color: rgb(72,154,119); }
div.DivClassName
{
background-color: #489A77;
}
.BgClassName
{
background-color: #489A77;
}
</style>
border-color css
<style>
span { border-color: #489A77; }
span { border-color: rgb(72,154,119); }
td.TdClassName
{
border-color: #489A77;
}
.TagClassName
{
border-color: #489A77;
}
</style>