Shades of Ocean Green #469969
Tints of Ocean Green #469969
RGB
CMYK
RGB Variations
Color information
#469969 (or 0x469969) is known color: Ocean Green. HEX triplet: 46, 99 and 69. RGB value is (70,153,105). Sum of RGB (Red+Green+Blue) = 70+153+105=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #469969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469969 is #B96696. Grayscale: #7A7A7A. Windows color (decimal): -12150423 or 6920518. OLE color: 6920518.
HSL color Cylindrical-coordinate representation of color #469969: hue angle of 145.3º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469969 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 105 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.4 |
| HSL | 145.3º | 0.37% | 0.44% | - |
| HSV(B) | 145.3º | 0.54% | 0.6% | - |
| XYZ | 16.47 | 25.1 | 17.34 | - |
| YUV | 122.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 105 | 0.54 | 0 | 0.31 | 0.4 | 145.3 | 0.37 | 0.44 |
| Hex | 46 | 99 | 69 | 36 | 0 | 1F | 28 | 91 | 25 | 2C |
| Octal | 106 | 231 | 151 | 66 | 0 | 37 | 50 | 221 | 45 | 54 |
| Binary | 1000110 | 10011001 | 1101001 | 110110 | 0 | 11111 | 101000 | 10010001 | 100101 | 101100 |
Color Harmonies of #469969
Complementary color
Monochromatic Colors of #469969
Black with #469969
Text Example
Text Example
White with #469969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469969; }
p { color: rgb(70,153,105); }
H1.HeaderClassName
{
color: #469969;
}
.AnyTagClassName
{
color: #469969;
}
</style>
background-color css
<style>
a { background-color: #469969; }
a { background-color: rgb(70,153,105); }
div.DivClassName
{
background-color: #469969;
}
.BgClassName
{
background-color: #469969;
}
</style>
border-color css
<style>
span { border-color: #469969; }
span { border-color: rgb(70,153,105); }
td.TdClassName
{
border-color: #469969;
}
.TagClassName
{
border-color: #469969;
}
</style>