Shades of Ocean Green #46A879
Tints of Ocean Green #46A879
RGB
CMYK
RGB Variations
Color information
#46A879 (or 0x46A879) is known color: Ocean Green. HEX triplet: 46, A8 and 79. RGB value is (70,168,121). Sum of RGB (Red+Green+Blue) = 70+168+121=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #46A879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A879 is #B95786. Grayscale: #858585. Windows color (decimal): -12146567 or 7972934. OLE color: 7972934.
HSL color Cylindrical-coordinate representation of color #46A879: hue angle of 151.22º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A879 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 168 | 121 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.34 |
| HSL | 151.22º | 0.41% | 0.47% | - |
| HSV(B) | 151.22º | 0.58% | 0.66% | - |
| XYZ | 19.98 | 30.69 | 22.96 | - |
| YUV | 133.34 | 121.03 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 121 | 0.58 | 0 | 0.28 | 0.34 | 151.22 | 0.41 | 0.47 |
| Hex | 46 | A8 | 79 | 3A | 0 | 1C | 22 | 97 | 29 | 2F |
| Octal | 106 | 250 | 171 | 72 | 0 | 34 | 42 | 227 | 51 | 57 |
| Binary | 1000110 | 10101000 | 1111001 | 111010 | 0 | 11100 | 100010 | 10010111 | 101001 | 101111 |
Color Harmonies of #46A879
Complementary color
Monochromatic Colors of #46A879
Black with #46A879
Text Example
Text Example
White with #46A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A879; }
p { color: rgb(70,168,121); }
H1.HeaderClassName
{
color: #46A879;
}
.AnyTagClassName
{
color: #46A879;
}
</style>
background-color css
<style>
a { background-color: #46A879; }
a { background-color: rgb(70,168,121); }
div.DivClassName
{
background-color: #46A879;
}
.BgClassName
{
background-color: #46A879;
}
</style>
border-color css
<style>
span { border-color: #46A879; }
span { border-color: rgb(70,168,121); }
td.TdClassName
{
border-color: #46A879;
}
.TagClassName
{
border-color: #46A879;
}
</style>