Shades of Ocean Green #459A78
Tints of Ocean Green #459A78
RGB
CMYK
RGB Variations
Color information
#459A78 (or 0x459A78) is known color: Ocean Green. HEX triplet: 45, 9A and 78. RGB value is (69,154,120). Sum of RGB (Red+Green+Blue) = 69+154+120=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 154 - color contains mainly: green. Hex color #459A78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459A78 is #BA6587. Grayscale: #7C7C7C. Windows color (decimal): -12215688 or 7903813. OLE color: 7903813.
HSL color Cylindrical-coordinate representation of color #459A78: hue angle of 156º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459A78 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 120 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.40 |
| HSL | 156º | 0.38% | 0.44% | - |
| HSV(B) | 156º | 0.55% | 0.6% | - |
| XYZ | 17.4 | 25.73 | 21.82 | - |
| YUV | 124.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 120 | 0.55 | 0 | 0.22 | 0.40 | 156 | 0.38 | 0.44 |
| Hex | 45 | 9A | 78 | 37 | 0 | 16 | 28 | 9C | 26 | 2C |
| Octal | 105 | 232 | 170 | 67 | 0 | 26 | 50 | 234 | 46 | 54 |
| Binary | 1000101 | 10011010 | 1111000 | 110111 | 0 | 10110 | 101000 | 10011100 | 100110 | 101100 |
Color Harmonies of #459A78
Complementary color
Monochromatic Colors of #459A78
Black with #459A78
Text Example
Text Example
White with #459A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A78; }
p { color: rgb(69,154,120); }
H1.HeaderClassName
{
color: #459A78;
}
.AnyTagClassName
{
color: #459A78;
}
</style>
background-color css
<style>
a { background-color: #459A78; }
a { background-color: rgb(69,154,120); }
div.DivClassName
{
background-color: #459A78;
}
.BgClassName
{
background-color: #459A78;
}
</style>
border-color css
<style>
span { border-color: #459A78; }
span { border-color: rgb(69,154,120); }
td.TdClassName
{
border-color: #459A78;
}
.TagClassName
{
border-color: #459A78;
}
</style>