Shades of Ocean Green #449F76
Tints of Ocean Green #449F76
RGB
CMYK
RGB Variations
Color information
#449F76 (or 0x449F76) is known color: Ocean Green. HEX triplet: 44, 9F and 76. RGB value is (68,159,118). Sum of RGB (Red+Green+Blue) = 68+159+118=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #449F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F76 is #BB6089. Grayscale: #7F7F7F. Windows color (decimal): -12279946 or 7774020. OLE color: 7774020.
HSL color Cylindrical-coordinate representation of color #449F76: hue angle of 152.97º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F76 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 118 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.38 |
| HSL | 152.97º | 0.4% | 0.45% | - |
| HSV(B) | 152.97º | 0.57% | 0.62% | - |
| XYZ | 18.05 | 27.33 | 21.46 | - |
| YUV | 127.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 118 | 0.57 | 0 | 0.26 | 0.38 | 152.97 | 0.4 | 0.45 |
| Hex | 44 | 9F | 76 | 39 | 0 | 1A | 26 | 99 | 28 | 2D |
| Octal | 104 | 237 | 166 | 71 | 0 | 32 | 46 | 231 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1110110 | 111001 | 0 | 11010 | 100110 | 10011001 | 101000 | 101101 |
Color Harmonies of #449F76
Complementary color
Monochromatic Colors of #449F76
Black with #449F76
Text Example
Text Example
White with #449F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F76; }
p { color: rgb(68,159,118); }
H1.HeaderClassName
{
color: #449F76;
}
.AnyTagClassName
{
color: #449F76;
}
</style>
background-color css
<style>
a { background-color: #449F76; }
a { background-color: rgb(68,159,118); }
div.DivClassName
{
background-color: #449F76;
}
.BgClassName
{
background-color: #449F76;
}
</style>
border-color css
<style>
span { border-color: #449F76; }
span { border-color: rgb(68,159,118); }
td.TdClassName
{
border-color: #449F76;
}
.TagClassName
{
border-color: #449F76;
}
</style>