Shades of Ocean Green #449E76
Tints of Ocean Green #449E76
RGB
CMYK
RGB Variations
Color information
#449E76 (or 0x449E76) is known color: Ocean Green. HEX triplet: 44, 9E and 76. RGB value is (68,158,118). Sum of RGB (Red+Green+Blue) = 68+158+118=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #449E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E76 is #BB6189. Grayscale: #7E7E7E. Windows color (decimal): -12280202 or 7773764. OLE color: 7773764.
HSL color Cylindrical-coordinate representation of color #449E76: hue angle of 153.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E76 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 118 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.38 |
| HSL | 153.33º | 0.4% | 0.44% | - |
| HSV(B) | 153.33º | 0.57% | 0.62% | - |
| XYZ | 17.88 | 26.99 | 21.41 | - |
| YUV | 126.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 118 | 0.57 | 0 | 0.25 | 0.38 | 153.33 | 0.4 | 0.44 |
| Hex | 44 | 9E | 76 | 39 | 0 | 19 | 26 | 99 | 28 | 2C |
| Octal | 104 | 236 | 166 | 71 | 0 | 31 | 46 | 231 | 50 | 54 |
| Binary | 1000100 | 10011110 | 1110110 | 111001 | 0 | 11001 | 100110 | 10011001 | 101000 | 101100 |
Color Harmonies of #449E76
Complementary color
Monochromatic Colors of #449E76
Black with #449E76
Text Example
Text Example
White with #449E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E76; }
p { color: rgb(68,158,118); }
H1.HeaderClassName
{
color: #449E76;
}
.AnyTagClassName
{
color: #449E76;
}
</style>
background-color css
<style>
a { background-color: #449E76; }
a { background-color: rgb(68,158,118); }
div.DivClassName
{
background-color: #449E76;
}
.BgClassName
{
background-color: #449E76;
}
</style>
border-color css
<style>
span { border-color: #449E76; }
span { border-color: rgb(68,158,118); }
td.TdClassName
{
border-color: #449E76;
}
.TagClassName
{
border-color: #449E76;
}
</style>