Shades of Ocean Green #469E72
Tints of Ocean Green #469E72
RGB
CMYK
RGB Variations
Color information
#469E72 (or 0x469E72) is known color: Ocean Green. HEX triplet: 46, 9E and 72. RGB value is (70,158,114). Sum of RGB (Red+Green+Blue) = 70+158+114=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #469E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E72 is #B9618D. Grayscale: #7E7E7E. Windows color (decimal): -12149134 or 7511622. OLE color: 7511622.
HSL color Cylindrical-coordinate representation of color #469E72: hue angle of 150º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469E72 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 158 | 114 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.38 |
| HSL | 150º | 0.39% | 0.45% | - |
| HSV(B) | 150º | 0.56% | 0.62% | - |
| XYZ | 17.79 | 26.97 | 20.19 | - |
| YUV | 126.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 114 | 0.56 | 0 | 0.28 | 0.38 | 150 | 0.39 | 0.45 |
| Hex | 46 | 9E | 72 | 38 | 0 | 1C | 26 | 96 | 27 | 2D |
| Octal | 106 | 236 | 162 | 70 | 0 | 34 | 46 | 226 | 47 | 55 |
| Binary | 1000110 | 10011110 | 1110010 | 111000 | 0 | 11100 | 100110 | 10010110 | 100111 | 101101 |
Color Harmonies of #469E72
Complementary color
Monochromatic Colors of #469E72
Black with #469E72
Text Example
Text Example
White with #469E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469E72; }
p { color: rgb(70,158,114); }
H1.HeaderClassName
{
color: #469E72;
}
.AnyTagClassName
{
color: #469E72;
}
</style>
background-color css
<style>
a { background-color: #469E72; }
a { background-color: rgb(70,158,114); }
div.DivClassName
{
background-color: #469E72;
}
.BgClassName
{
background-color: #469E72;
}
</style>
border-color css
<style>
span { border-color: #469E72; }
span { border-color: rgb(70,158,114); }
td.TdClassName
{
border-color: #469E72;
}
.TagClassName
{
border-color: #469E72;
}
</style>