Shades of Ocean Green #459B70
Tints of Ocean Green #459B70
RGB
CMYK
RGB Variations
Color information
#459B70 (or 0x459B70) is known color: Ocean Green. HEX triplet: 45, 9B and 70. RGB value is (69,155,112). Sum of RGB (Red+Green+Blue) = 69+155+112=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #459B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B70 is #BA648F. Grayscale: #7C7C7C. Windows color (decimal): -12215440 or 7379781. OLE color: 7379781.
HSL color Cylindrical-coordinate representation of color #459B70: hue angle of 150º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B70 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 112 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.39 |
| HSL | 150º | 0.38% | 0.44% | - |
| HSV(B) | 150º | 0.55% | 0.61% | - |
| XYZ | 17.1 | 25.88 | 19.42 | - |
| YUV | 124.38 | 121.01 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 112 | 0.55 | 0 | 0.28 | 0.39 | 150 | 0.38 | 0.44 |
| Hex | 45 | 9B | 70 | 37 | 0 | 1C | 27 | 96 | 26 | 2C |
| Octal | 105 | 233 | 160 | 67 | 0 | 34 | 47 | 226 | 46 | 54 |
| Binary | 1000101 | 10011011 | 1110000 | 110111 | 0 | 11100 | 100111 | 10010110 | 100110 | 101100 |
Color Harmonies of #459B70
Complementary color
Monochromatic Colors of #459B70
Black with #459B70
Text Example
Text Example
White with #459B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B70; }
p { color: rgb(69,155,112); }
H1.HeaderClassName
{
color: #459B70;
}
.AnyTagClassName
{
color: #459B70;
}
</style>
background-color css
<style>
a { background-color: #459B70; }
a { background-color: rgb(69,155,112); }
div.DivClassName
{
background-color: #459B70;
}
.BgClassName
{
background-color: #459B70;
}
</style>
border-color css
<style>
span { border-color: #459B70; }
span { border-color: rgb(69,155,112); }
td.TdClassName
{
border-color: #459B70;
}
.TagClassName
{
border-color: #459B70;
}
</style>