Shades of Ocean Green #489675
Tints of Ocean Green #489675
RGB
CMYK
RGB Variations
Color information
#489675 (or 0x489675) is known color: Ocean Green. HEX triplet: 48, 96 and 75. RGB value is (72,150,117). Sum of RGB (Red+Green+Blue) = 72+150+117=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #489675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489675 is #B7698A. Grayscale: #7A7A7A. Windows color (decimal): -12020107 or 7706184. OLE color: 7706184.
HSL color Cylindrical-coordinate representation of color #489675: hue angle of 154.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489675 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 117 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.41 |
| HSL | 154.62º | 0.35% | 0.44% | - |
| HSV(B) | 154.62º | 0.52% | 0.59% | - |
| XYZ | 16.79 | 24.47 | 20.67 | - |
| YUV | 122.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 117 | 0.52 | 0 | 0.22 | 0.41 | 154.62 | 0.35 | 0.44 |
| Hex | 48 | 96 | 75 | 34 | 0 | 16 | 29 | 9B | 23 | 2C |
| Octal | 110 | 226 | 165 | 64 | 0 | 26 | 51 | 233 | 43 | 54 |
| Binary | 1001000 | 10010110 | 1110101 | 110100 | 0 | 10110 | 101001 | 10011011 | 100011 | 101100 |
Color Harmonies of #489675
Complementary color
Monochromatic Colors of #489675
Black with #489675
Text Example
Text Example
White with #489675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489675; }
p { color: rgb(72,150,117); }
H1.HeaderClassName
{
color: #489675;
}
.AnyTagClassName
{
color: #489675;
}
</style>
background-color css
<style>
a { background-color: #489675; }
a { background-color: rgb(72,150,117); }
div.DivClassName
{
background-color: #489675;
}
.BgClassName
{
background-color: #489675;
}
</style>
border-color css
<style>
span { border-color: #489675; }
span { border-color: rgb(72,150,117); }
td.TdClassName
{
border-color: #489675;
}
.TagClassName
{
border-color: #489675;
}
</style>