Shades of Ocean Green #46966B
Tints of Ocean Green #46966B
RGB
CMYK
RGB Variations
Color information
#46966B (or 0x46966B) is known color: Ocean Green. HEX triplet: 46, 96 and 6B. RGB value is (70,150,107). Sum of RGB (Red+Green+Blue) = 70+150+107=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #46966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46966B is #B96994. Grayscale: #797979. Windows color (decimal): -12151189 or 7050822. OLE color: 7050822.
HSL color Cylindrical-coordinate representation of color #46966B: hue angle of 147.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46966B is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 150 | 107 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.41 |
| HSL | 147.75º | 0.36% | 0.43% | - |
| HSV(B) | 147.75º | 0.53% | 0.59% | - |
| XYZ | 16.09 | 24.18 | 17.73 | - |
| YUV | 121.18 | 120 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 107 | 0.53 | 0 | 0.29 | 0.41 | 147.75 | 0.36 | 0.43 |
| Hex | 46 | 96 | 6B | 35 | 0 | 1D | 29 | 94 | 24 | 2B |
| Octal | 106 | 226 | 153 | 65 | 0 | 35 | 51 | 224 | 44 | 53 |
| Binary | 1000110 | 10010110 | 1101011 | 110101 | 0 | 11101 | 101001 | 10010100 | 100100 | 101011 |
Color Harmonies of #46966B
Complementary color
Monochromatic Colors of #46966B
Black with #46966B
Text Example
Text Example
White with #46966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46966B; }
p { color: rgb(70,150,107); }
H1.HeaderClassName
{
color: #46966B;
}
.AnyTagClassName
{
color: #46966B;
}
</style>
background-color css
<style>
a { background-color: #46966B; }
a { background-color: rgb(70,150,107); }
div.DivClassName
{
background-color: #46966B;
}
.BgClassName
{
background-color: #46966B;
}
</style>
border-color css
<style>
span { border-color: #46966B; }
span { border-color: rgb(70,150,107); }
td.TdClassName
{
border-color: #46966B;
}
.TagClassName
{
border-color: #46966B;
}
</style>