Shades of Ocean Green #449F77
Tints of Ocean Green #449F77
RGB
CMYK
RGB Variations
Color information
#449F77 (or 0x449F77) is known color: Ocean Green. HEX triplet: 44, 9F and 77. RGB value is (68,159,119). Sum of RGB (Red+Green+Blue) = 68+159+119=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #449F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F77 is #BB6088. Grayscale: #7F7F7F. Windows color (decimal): -12279945 or 7839556. OLE color: 7839556.
HSL color Cylindrical-coordinate representation of color #449F77: hue angle of 153.63º 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 #449F77 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 119 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.38 |
| HSL | 153.63º | 0.4% | 0.45% | - |
| HSV(B) | 153.63º | 0.57% | 0.62% | - |
| XYZ | 18.11 | 27.36 | 21.78 | - |
| YUV | 127.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 119 | 0.57 | 0 | 0.25 | 0.38 | 153.63 | 0.4 | 0.45 |
| Hex | 44 | 9F | 77 | 39 | 0 | 19 | 26 | 9A | 28 | 2D |
| Octal | 104 | 237 | 167 | 71 | 0 | 31 | 46 | 232 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1110111 | 111001 | 0 | 11001 | 100110 | 10011010 | 101000 | 101101 |
Color Harmonies of #449F77
Complementary color
Monochromatic Colors of #449F77
Black with #449F77
Text Example
Text Example
White with #449F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F77; }
p { color: rgb(68,159,119); }
H1.HeaderClassName
{
color: #449F77;
}
.AnyTagClassName
{
color: #449F77;
}
</style>
background-color css
<style>
a { background-color: #449F77; }
a { background-color: rgb(68,159,119); }
div.DivClassName
{
background-color: #449F77;
}
.BgClassName
{
background-color: #449F77;
}
</style>
border-color css
<style>
span { border-color: #449F77; }
span { border-color: rgb(68,159,119); }
td.TdClassName
{
border-color: #449F77;
}
.TagClassName
{
border-color: #449F77;
}
</style>