Shades of Ocean Green #45A176
Tints of Ocean Green #45A176
RGB
CMYK
RGB Variations
Color information
#45A176 (or 0x45A176) is known color: Ocean Green. HEX triplet: 45, A1 and 76. RGB value is (69,161,118). Sum of RGB (Red+Green+Blue) = 69+161+118=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #45A176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A176 is #BA5E89. Grayscale: #808080. Windows color (decimal): -12213898 or 7774533. OLE color: 7774533.
HSL color Cylindrical-coordinate representation of color #45A176: hue angle of 151.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A176 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 118 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.37 |
| HSL | 151.96º | 0.4% | 0.45% | - |
| HSV(B) | 151.96º | 0.57% | 0.63% | - |
| XYZ | 18.47 | 28.06 | 21.58 | - |
| YUV | 128.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 118 | 0.57 | 0 | 0.27 | 0.37 | 151.96 | 0.4 | 0.45 |
| Hex | 45 | A1 | 76 | 39 | 0 | 1B | 25 | 98 | 28 | 2D |
| Octal | 105 | 241 | 166 | 71 | 0 | 33 | 45 | 230 | 50 | 55 |
| Binary | 1000101 | 10100001 | 1110110 | 111001 | 0 | 11011 | 100101 | 10011000 | 101000 | 101101 |
Color Harmonies of #45A176
Complementary color
Monochromatic Colors of #45A176
Black with #45A176
Text Example
Text Example
White with #45A176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A176; }
p { color: rgb(69,161,118); }
H1.HeaderClassName
{
color: #45A176;
}
.AnyTagClassName
{
color: #45A176;
}
</style>
background-color css
<style>
a { background-color: #45A176; }
a { background-color: rgb(69,161,118); }
div.DivClassName
{
background-color: #45A176;
}
.BgClassName
{
background-color: #45A176;
}
</style>
border-color css
<style>
span { border-color: #45A176; }
span { border-color: rgb(69,161,118); }
td.TdClassName
{
border-color: #45A176;
}
.TagClassName
{
border-color: #45A176;
}
</style>