Shades of Ocean Green #469B70
Tints of Ocean Green #469B70
RGB
CMYK
RGB Variations
Color information
#469B70 (or 0x469B70) is known color: Ocean Green. HEX triplet: 46, 9B and 70. RGB value is (70,155,112). Sum of RGB (Red+Green+Blue) = 70+155+112=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #469B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B70 is #B9648F. Grayscale: #7C7C7C. Windows color (decimal): -12149904 or 7379782. OLE color: 7379782.
HSL color Cylindrical-coordinate representation of color #469B70: hue angle of 149.65º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B70 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 112 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.39 |
| HSL | 149.65º | 0.38% | 0.44% | - |
| HSV(B) | 149.65º | 0.55% | 0.61% | - |
| XYZ | 17.17 | 25.91 | 19.43 | - |
| YUV | 124.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 112 | 0.55 | 0 | 0.28 | 0.39 | 149.65 | 0.38 | 0.44 |
| Hex | 46 | 9B | 70 | 37 | 0 | 1C | 27 | 96 | 26 | 2C |
| Octal | 106 | 233 | 160 | 67 | 0 | 34 | 47 | 226 | 46 | 54 |
| Binary | 1000110 | 10011011 | 1110000 | 110111 | 0 | 11100 | 100111 | 10010110 | 100110 | 101100 |
Color Harmonies of #469B70
Complementary color
Monochromatic Colors of #469B70
Black with #469B70
Text Example
Text Example
White with #469B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B70; }
p { color: rgb(70,155,112); }
H1.HeaderClassName
{
color: #469B70;
}
.AnyTagClassName
{
color: #469B70;
}
</style>
background-color css
<style>
a { background-color: #469B70; }
a { background-color: rgb(70,155,112); }
div.DivClassName
{
background-color: #469B70;
}
.BgClassName
{
background-color: #469B70;
}
</style>
border-color css
<style>
span { border-color: #469B70; }
span { border-color: rgb(70,155,112); }
td.TdClassName
{
border-color: #469B70;
}
.TagClassName
{
border-color: #469B70;
}
</style>