Shades of Ocean Green #44A66A
Tints of Ocean Green #44A66A
RGB
CMYK
RGB Variations
Color information
#44A66A (or 0x44A66A) is known color: Ocean Green. HEX triplet: 44, A6 and 6A. RGB value is (68,166,106). Sum of RGB (Red+Green+Blue) = 68+166+106=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #44A66A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A66A is #BB5995. Grayscale: #828282. Windows color (decimal): -12278166 or 6989380. OLE color: 6989380.
HSL color Cylindrical-coordinate representation of color #44A66A: hue angle of 143.27º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A66A is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 166 | 106 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.35 |
| HSL | 143.27º | 0.42% | 0.46% | - |
| HSV(B) | 143.27º | 0.59% | 0.65% | - |
| XYZ | 18.62 | 29.54 | 18.36 | - |
| YUV | 129.86 | 114.53 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 166 | 106 | 0.59 | 0 | 0.36 | 0.35 | 143.27 | 0.42 | 0.46 |
| Hex | 44 | A6 | 6A | 3B | 0 | 24 | 23 | 8F | 2A | 2E |
| Octal | 104 | 246 | 152 | 73 | 0 | 44 | 43 | 217 | 52 | 56 |
| Binary | 1000100 | 10100110 | 1101010 | 111011 | 0 | 100100 | 100011 | 10001111 | 101010 | 101110 |
Color Harmonies of #44A66A
Complementary color
Monochromatic Colors of #44A66A
Black with #44A66A
Text Example
Text Example
White with #44A66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A66A; }
p { color: rgb(68,166,106); }
H1.HeaderClassName
{
color: #44A66A;
}
.AnyTagClassName
{
color: #44A66A;
}
</style>
background-color css
<style>
a { background-color: #44A66A; }
a { background-color: rgb(68,166,106); }
div.DivClassName
{
background-color: #44A66A;
}
.BgClassName
{
background-color: #44A66A;
}
</style>
border-color css
<style>
span { border-color: #44A66A; }
span { border-color: rgb(68,166,106); }
td.TdClassName
{
border-color: #44A66A;
}
.TagClassName
{
border-color: #44A66A;
}
</style>