Shades of Ocean Green #469974
Tints of Ocean Green #469974
RGB
CMYK
RGB Variations
Color information
#469974 (or 0x469974) is known color: Ocean Green. HEX triplet: 46, 99 and 74. RGB value is (70,153,116). Sum of RGB (Red+Green+Blue) = 70+153+116=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #469974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469974 is #B9668B. Grayscale: #7C7C7C. Windows color (decimal): -12150412 or 7641414. OLE color: 7641414.
HSL color Cylindrical-coordinate representation of color #469974: hue angle of 153.25º 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 #469974 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 116 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.4 |
| HSL | 153.25º | 0.37% | 0.44% | - |
| HSV(B) | 153.25º | 0.54% | 0.6% | - |
| XYZ | 17.07 | 25.35 | 20.52 | - |
| YUV | 123.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 116 | 0.54 | 0 | 0.24 | 0.4 | 153.25 | 0.37 | 0.44 |
| Hex | 46 | 99 | 74 | 36 | 0 | 18 | 28 | 99 | 25 | 2C |
| Octal | 106 | 231 | 164 | 66 | 0 | 30 | 50 | 231 | 45 | 54 |
| Binary | 1000110 | 10011001 | 1110100 | 110110 | 0 | 11000 | 101000 | 10011001 | 100101 | 101100 |
Color Harmonies of #469974
Complementary color
Monochromatic Colors of #469974
Black with #469974
Text Example
Text Example
White with #469974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469974; }
p { color: rgb(70,153,116); }
H1.HeaderClassName
{
color: #469974;
}
.AnyTagClassName
{
color: #469974;
}
</style>
background-color css
<style>
a { background-color: #469974; }
a { background-color: rgb(70,153,116); }
div.DivClassName
{
background-color: #469974;
}
.BgClassName
{
background-color: #469974;
}
</style>
border-color css
<style>
span { border-color: #469974; }
span { border-color: rgb(70,153,116); }
td.TdClassName
{
border-color: #469974;
}
.TagClassName
{
border-color: #469974;
}
</style>