Shades of Ocean Green #46A67F
Tints of Ocean Green #46A67F
RGB
CMYK
RGB Variations
Color information
#46A67F (or 0x46A67F) is known color: Ocean Green. HEX triplet: 46, A6 and 7F. RGB value is (70,166,127). Sum of RGB (Red+Green+Blue) = 70+166+127=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #46A67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A67F is #B95980. Grayscale: #848484. Windows color (decimal): -12147073 or 8365638. OLE color: 8365638.
HSL color Cylindrical-coordinate representation of color #46A67F: hue angle of 155.62º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A67F is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 166 | 127 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.35 |
| HSL | 155.63º | 0.41% | 0.46% | - |
| HSV(B) | 155.63º | 0.58% | 0.65% | - |
| XYZ | 19.99 | 30.11 | 24.84 | - |
| YUV | 132.85 | 124.7 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 166 | 127 | 0.58 | 0 | 0.23 | 0.35 | 155.63 | 0.41 | 0.46 |
| Hex | 46 | A6 | 7F | 3A | 0 | 17 | 23 | 9C | 29 | 2E |
| Octal | 106 | 246 | 177 | 72 | 0 | 27 | 43 | 234 | 51 | 56 |
| Binary | 1000110 | 10100110 | 1111111 | 111010 | 0 | 10111 | 100011 | 10011100 | 101001 | 101110 |
Color Harmonies of #46A67F
Complementary color
Monochromatic Colors of #46A67F
Black with #46A67F
Text Example
Text Example
White with #46A67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A67F; }
p { color: rgb(70,166,127); }
H1.HeaderClassName
{
color: #46A67F;
}
.AnyTagClassName
{
color: #46A67F;
}
</style>
background-color css
<style>
a { background-color: #46A67F; }
a { background-color: rgb(70,166,127); }
div.DivClassName
{
background-color: #46A67F;
}
.BgClassName
{
background-color: #46A67F;
}
</style>
border-color css
<style>
span { border-color: #46A67F; }
span { border-color: rgb(70,166,127); }
td.TdClassName
{
border-color: #46A67F;
}
.TagClassName
{
border-color: #46A67F;
}
</style>