Shades of Ocean Green #46A868
Tints of Ocean Green #46A868
RGB
CMYK
RGB Variations
Color information
#46A868 (or 0x46A868) is known color: Ocean Green. HEX triplet: 46, A8 and 68. RGB value is (70,168,104). Sum of RGB (Red+Green+Blue) = 70+168+104=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #46A868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A868 is #B95797. Grayscale: #838383. Windows color (decimal): -12146584 or 6858822. OLE color: 6858822.
HSL color Cylindrical-coordinate representation of color #46A868: hue angle of 140.82º 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 #46A868 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 168 | 104 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.34 |
| HSL | 140.82º | 0.41% | 0.47% | - |
| HSV(B) | 140.82º | 0.58% | 0.66% | - |
| XYZ | 19.03 | 30.31 | 17.94 | - |
| YUV | 131.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 104 | 0.58 | 0 | 0.38 | 0.34 | 140.82 | 0.41 | 0.47 |
| Hex | 46 | A8 | 68 | 3A | 0 | 26 | 22 | 8D | 29 | 2F |
| Octal | 106 | 250 | 150 | 72 | 0 | 46 | 42 | 215 | 51 | 57 |
| Binary | 1000110 | 10101000 | 1101000 | 111010 | 0 | 100110 | 100010 | 10001101 | 101001 | 101111 |
Color Harmonies of #46A868
Complementary color
Monochromatic Colors of #46A868
Black with #46A868
Text Example
Text Example
White with #46A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A868; }
p { color: rgb(70,168,104); }
H1.HeaderClassName
{
color: #46A868;
}
.AnyTagClassName
{
color: #46A868;
}
</style>
background-color css
<style>
a { background-color: #46A868; }
a { background-color: rgb(70,168,104); }
div.DivClassName
{
background-color: #46A868;
}
.BgClassName
{
background-color: #46A868;
}
</style>
border-color css
<style>
span { border-color: #46A868; }
span { border-color: rgb(70,168,104); }
td.TdClassName
{
border-color: #46A868;
}
.TagClassName
{
border-color: #46A868;
}
</style>