Shades of Ocean Green #459672
Tints of Ocean Green #459672
RGB
CMYK
RGB Variations
Color information
#459672 (or 0x459672) is known color: Ocean Green. HEX triplet: 45, 96 and 72. RGB value is (69,150,114). Sum of RGB (Red+Green+Blue) = 69+150+114=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #459672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459672 is #BA698D. Grayscale: #797979. Windows color (decimal): -12216718 or 7509573. OLE color: 7509573.
HSL color Cylindrical-coordinate representation of color #459672: hue angle of 153.33º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459672 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 150 | 114 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.41 |
| HSL | 153.33º | 0.37% | 0.43% | - |
| HSV(B) | 153.33º | 0.54% | 0.59% | - |
| XYZ | 16.4 | 24.29 | 19.74 | - |
| YUV | 121.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 114 | 0.54 | 0 | 0.24 | 0.41 | 153.33 | 0.37 | 0.43 |
| Hex | 45 | 96 | 72 | 36 | 0 | 18 | 29 | 99 | 25 | 2B |
| Octal | 105 | 226 | 162 | 66 | 0 | 30 | 51 | 231 | 45 | 53 |
| Binary | 1000101 | 10010110 | 1110010 | 110110 | 0 | 11000 | 101001 | 10011001 | 100101 | 101011 |
Color Harmonies of #459672
Complementary color
Monochromatic Colors of #459672
Black with #459672
Text Example
Text Example
White with #459672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459672; }
p { color: rgb(69,150,114); }
H1.HeaderClassName
{
color: #459672;
}
.AnyTagClassName
{
color: #459672;
}
</style>
background-color css
<style>
a { background-color: #459672; }
a { background-color: rgb(69,150,114); }
div.DivClassName
{
background-color: #459672;
}
.BgClassName
{
background-color: #459672;
}
</style>
border-color css
<style>
span { border-color: #459672; }
span { border-color: rgb(69,150,114); }
td.TdClassName
{
border-color: #459672;
}
.TagClassName
{
border-color: #459672;
}
</style>