Shades of Ocean Green #45966D
Tints of Ocean Green #45966D
RGB
CMYK
RGB Variations
Color information
#45966D (or 0x45966D) is known color: Ocean Green. HEX triplet: 45, 96 and 6D. RGB value is (69,150,109). Sum of RGB (Red+Green+Blue) = 69+150+109=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #45966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45966D is #BA6992. Grayscale: #797979. Windows color (decimal): -12216723 or 7181893. OLE color: 7181893.
HSL color Cylindrical-coordinate representation of color #45966D: hue angle of 149.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45966D is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 150 | 109 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.41 |
| HSL | 149.63º | 0.37% | 0.43% | - |
| HSV(B) | 149.63º | 0.54% | 0.59% | - |
| XYZ | 16.12 | 24.18 | 18.29 | - |
| YUV | 121.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 109 | 0.54 | 0 | 0.27 | 0.41 | 149.63 | 0.37 | 0.43 |
| Hex | 45 | 96 | 6D | 36 | 0 | 1B | 29 | 96 | 25 | 2B |
| Octal | 105 | 226 | 155 | 66 | 0 | 33 | 51 | 226 | 45 | 53 |
| Binary | 1000101 | 10010110 | 1101101 | 110110 | 0 | 11011 | 101001 | 10010110 | 100101 | 101011 |
Color Harmonies of #45966D
Complementary color
Monochromatic Colors of #45966D
Black with #45966D
Text Example
Text Example
White with #45966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45966D; }
p { color: rgb(69,150,109); }
H1.HeaderClassName
{
color: #45966D;
}
.AnyTagClassName
{
color: #45966D;
}
</style>
background-color css
<style>
a { background-color: #45966D; }
a { background-color: rgb(69,150,109); }
div.DivClassName
{
background-color: #45966D;
}
.BgClassName
{
background-color: #45966D;
}
</style>
border-color css
<style>
span { border-color: #45966D; }
span { border-color: rgb(69,150,109); }
td.TdClassName
{
border-color: #45966D;
}
.TagClassName
{
border-color: #45966D;
}
</style>