Shades of Ocean Green #469D71
Tints of Ocean Green #469D71
RGB
CMYK
RGB Variations
Color information
#469D71 (or 0x469D71) is known color: Ocean Green. HEX triplet: 46, 9D and 71. RGB value is (70,157,113). Sum of RGB (Red+Green+Blue) = 70+157+113=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #469D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D71 is #B9628E. Grayscale: #7E7E7E. Windows color (decimal): -12149391 or 7445830. OLE color: 7445830.
HSL color Cylindrical-coordinate representation of color #469D71: hue angle of 149.66º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D71 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 113 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.38 |
| HSL | 149.66º | 0.38% | 0.45% | - |
| HSV(B) | 149.66º | 0.55% | 0.62% | - |
| XYZ | 17.56 | 26.61 | 19.83 | - |
| YUV | 125.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 113 | 0.55 | 0 | 0.28 | 0.38 | 149.66 | 0.38 | 0.45 |
| Hex | 46 | 9D | 71 | 37 | 0 | 1C | 26 | 96 | 26 | 2D |
| Octal | 106 | 235 | 161 | 67 | 0 | 34 | 46 | 226 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1110001 | 110111 | 0 | 11100 | 100110 | 10010110 | 100110 | 101101 |
Color Harmonies of #469D71
Complementary color
Monochromatic Colors of #469D71
Black with #469D71
Text Example
Text Example
White with #469D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D71; }
p { color: rgb(70,157,113); }
H1.HeaderClassName
{
color: #469D71;
}
.AnyTagClassName
{
color: #469D71;
}
</style>
background-color css
<style>
a { background-color: #469D71; }
a { background-color: rgb(70,157,113); }
div.DivClassName
{
background-color: #469D71;
}
.BgClassName
{
background-color: #469D71;
}
</style>
border-color css
<style>
span { border-color: #469D71; }
span { border-color: rgb(70,157,113); }
td.TdClassName
{
border-color: #469D71;
}
.TagClassName
{
border-color: #469D71;
}
</style>