Shades of Ocean Green #459C78
Tints of Ocean Green #459C78
RGB
CMYK
RGB Variations
Color information
#459C78 (or 0x459C78) is known color: Ocean Green. HEX triplet: 45, 9C and 78. RGB value is (69,156,120). Sum of RGB (Red+Green+Blue) = 69+156+120=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #459C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C78 is #BA6387. Grayscale: #7D7D7D. Windows color (decimal): -12215176 or 7904325. OLE color: 7904325.
HSL color Cylindrical-coordinate representation of color #459C78: hue angle of 155.17º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C78 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 120 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.39 |
| HSL | 155.17º | 0.39% | 0.44% | - |
| HSV(B) | 155.17º | 0.56% | 0.61% | - |
| XYZ | 17.73 | 26.4 | 21.93 | - |
| YUV | 125.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 120 | 0.56 | 0 | 0.23 | 0.39 | 155.17 | 0.39 | 0.44 |
| Hex | 45 | 9C | 78 | 38 | 0 | 17 | 27 | 9B | 27 | 2C |
| Octal | 105 | 234 | 170 | 70 | 0 | 27 | 47 | 233 | 47 | 54 |
| Binary | 1000101 | 10011100 | 1111000 | 111000 | 0 | 10111 | 100111 | 10011011 | 100111 | 101100 |
Color Harmonies of #459C78
Complementary color
Monochromatic Colors of #459C78
Black with #459C78
Text Example
Text Example
White with #459C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C78; }
p { color: rgb(69,156,120); }
H1.HeaderClassName
{
color: #459C78;
}
.AnyTagClassName
{
color: #459C78;
}
</style>
background-color css
<style>
a { background-color: #459C78; }
a { background-color: rgb(69,156,120); }
div.DivClassName
{
background-color: #459C78;
}
.BgClassName
{
background-color: #459C78;
}
</style>
border-color css
<style>
span { border-color: #459C78; }
span { border-color: rgb(69,156,120); }
td.TdClassName
{
border-color: #459C78;
}
.TagClassName
{
border-color: #459C78;
}
</style>