Shades of Ocean Green #46A96C
Tints of Ocean Green #46A96C
RGB
CMYK
RGB Variations
Color information
#46A96C (or 0x46A96C) is known color: Ocean Green. HEX triplet: 46, A9 and 6C. RGB value is (70,169,108). Sum of RGB (Red+Green+Blue) = 70+169+108=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #46A96C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A96C is #B95693. Grayscale: #848484. Windows color (decimal): -12146324 or 7121222. OLE color: 7121222.
HSL color Cylindrical-coordinate representation of color #46A96C: hue angle of 143.03º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A96C is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 169 | 108 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.34 |
| HSL | 143.03º | 0.41% | 0.47% | - |
| HSV(B) | 143.03º | 0.59% | 0.66% | - |
| XYZ | 19.42 | 30.76 | 19.1 | - |
| YUV | 132.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 169 | 108 | 0.59 | 0 | 0.36 | 0.34 | 143.03 | 0.41 | 0.47 |
| Hex | 46 | A9 | 6C | 3B | 0 | 24 | 22 | 8F | 29 | 2F |
| Octal | 106 | 251 | 154 | 73 | 0 | 44 | 42 | 217 | 51 | 57 |
| Binary | 1000110 | 10101001 | 1101100 | 111011 | 0 | 100100 | 100010 | 10001111 | 101001 | 101111 |
Color Harmonies of #46A96C
Complementary color
Monochromatic Colors of #46A96C
Black with #46A96C
Text Example
Text Example
White with #46A96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A96C; }
p { color: rgb(70,169,108); }
H1.HeaderClassName
{
color: #46A96C;
}
.AnyTagClassName
{
color: #46A96C;
}
</style>
background-color css
<style>
a { background-color: #46A96C; }
a { background-color: rgb(70,169,108); }
div.DivClassName
{
background-color: #46A96C;
}
.BgClassName
{
background-color: #46A96C;
}
</style>
border-color css
<style>
span { border-color: #46A96C; }
span { border-color: rgb(70,169,108); }
td.TdClassName
{
border-color: #46A96C;
}
.TagClassName
{
border-color: #46A96C;
}
</style>