Shades of Ocean Green #459D73
Tints of Ocean Green #459D73
RGB
CMYK
RGB Variations
Color information
#459D73 (or 0x459D73) is known color: Ocean Green. HEX triplet: 45, 9D and 73. RGB value is (69,157,115). Sum of RGB (Red+Green+Blue) = 69+157+115=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #459D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D73 is #BA628C. Grayscale: #7D7D7D. Windows color (decimal): -12214925 or 7576901. OLE color: 7576901.
HSL color Cylindrical-coordinate representation of color #459D73: hue angle of 151.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D73 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 115 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.38 |
| HSL | 151.36º | 0.39% | 0.44% | - |
| HSV(B) | 151.36º | 0.56% | 0.62% | - |
| XYZ | 17.61 | 26.62 | 20.43 | - |
| YUV | 125.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 115 | 0.56 | 0 | 0.27 | 0.38 | 151.36 | 0.39 | 0.44 |
| Hex | 45 | 9D | 73 | 38 | 0 | 1B | 26 | 97 | 27 | 2C |
| Octal | 105 | 235 | 163 | 70 | 0 | 33 | 46 | 227 | 47 | 54 |
| Binary | 1000101 | 10011101 | 1110011 | 111000 | 0 | 11011 | 100110 | 10010111 | 100111 | 101100 |
Color Harmonies of #459D73
Complementary color
Monochromatic Colors of #459D73
Black with #459D73
Text Example
Text Example
White with #459D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D73; }
p { color: rgb(69,157,115); }
H1.HeaderClassName
{
color: #459D73;
}
.AnyTagClassName
{
color: #459D73;
}
</style>
background-color css
<style>
a { background-color: #459D73; }
a { background-color: rgb(69,157,115); }
div.DivClassName
{
background-color: #459D73;
}
.BgClassName
{
background-color: #459D73;
}
</style>
border-color css
<style>
span { border-color: #459D73; }
span { border-color: rgb(69,157,115); }
td.TdClassName
{
border-color: #459D73;
}
.TagClassName
{
border-color: #459D73;
}
</style>