Shades of Ocean Green #489D68
Tints of Ocean Green #489D68
RGB
CMYK
RGB Variations
Color information
#489D68 (or 0x489D68) is known color: Ocean Green. HEX triplet: 48, 9D and 68. RGB value is (72,157,104). Sum of RGB (Red+Green+Blue) = 72+157+104=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #489D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D68 is #B76297. Grayscale: #7D7D7D. Windows color (decimal): -12018328 or 6856008. OLE color: 6856008.
HSL color Cylindrical-coordinate representation of color #489D68: hue angle of 142.59º 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 #489D68 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 104 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.38 |
| HSL | 142.59º | 0.37% | 0.45% | - |
| HSV(B) | 142.59º | 0.54% | 0.62% | - |
| XYZ | 17.23 | 26.49 | 17.3 | - |
| YUV | 125.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 104 | 0.54 | 0 | 0.34 | 0.38 | 142.59 | 0.37 | 0.45 |
| Hex | 48 | 9D | 68 | 36 | 0 | 22 | 26 | 8F | 25 | 2D |
| Octal | 110 | 235 | 150 | 66 | 0 | 42 | 46 | 217 | 45 | 55 |
| Binary | 1001000 | 10011101 | 1101000 | 110110 | 0 | 100010 | 100110 | 10001111 | 100101 | 101101 |
Color Harmonies of #489D68
Complementary color
Monochromatic Colors of #489D68
Black with #489D68
Text Example
Text Example
White with #489D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D68; }
p { color: rgb(72,157,104); }
H1.HeaderClassName
{
color: #489D68;
}
.AnyTagClassName
{
color: #489D68;
}
</style>
background-color css
<style>
a { background-color: #489D68; }
a { background-color: rgb(72,157,104); }
div.DivClassName
{
background-color: #489D68;
}
.BgClassName
{
background-color: #489D68;
}
</style>
border-color css
<style>
span { border-color: #489D68; }
span { border-color: rgb(72,157,104); }
td.TdClassName
{
border-color: #489D68;
}
.TagClassName
{
border-color: #489D68;
}
</style>