Shades of Ocean Green #459F71
Tints of Ocean Green #459F71
RGB
CMYK
RGB Variations
Color information
#459F71 (or 0x459F71) is known color: Ocean Green. HEX triplet: 45, 9F and 71. RGB value is (69,159,113). Sum of RGB (Red+Green+Blue) = 69+159+113=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #459F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459F71 is #BA608E. Grayscale: #7E7E7E. Windows color (decimal): -12214415 or 7446341. OLE color: 7446341.
HSL color Cylindrical-coordinate representation of color #459F71: hue angle of 149.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #459F71 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 113 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.38 |
| HSL | 149.33º | 0.39% | 0.45% | - |
| HSV(B) | 149.33º | 0.57% | 0.62% | - |
| XYZ | 17.83 | 27.25 | 19.94 | - |
| YUV | 126.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 113 | 0.57 | 0 | 0.29 | 0.38 | 149.33 | 0.39 | 0.45 |
| Hex | 45 | 9F | 71 | 39 | 0 | 1D | 26 | 95 | 27 | 2D |
| Octal | 105 | 237 | 161 | 71 | 0 | 35 | 46 | 225 | 47 | 55 |
| Binary | 1000101 | 10011111 | 1110001 | 111001 | 0 | 11101 | 100110 | 10010101 | 100111 | 101101 |
Color Harmonies of #459F71
Complementary color
Monochromatic Colors of #459F71
Black with #459F71
Text Example
Text Example
White with #459F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F71; }
p { color: rgb(69,159,113); }
H1.HeaderClassName
{
color: #459F71;
}
.AnyTagClassName
{
color: #459F71;
}
</style>
background-color css
<style>
a { background-color: #459F71; }
a { background-color: rgb(69,159,113); }
div.DivClassName
{
background-color: #459F71;
}
.BgClassName
{
background-color: #459F71;
}
</style>
border-color css
<style>
span { border-color: #459F71; }
span { border-color: rgb(69,159,113); }
td.TdClassName
{
border-color: #459F71;
}
.TagClassName
{
border-color: #459F71;
}
</style>