Shades of Ocean Green #44AA75
Tints of Ocean Green #44AA75
RGB
CMYK
RGB Variations
Color information
#44AA75 (or 0x44AA75) is known color: Ocean Green. HEX triplet: 44, AA and 75. RGB value is (68,170,117). Sum of RGB (Red+Green+Blue) = 68+170+117=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA75 is #BB558A. Grayscale: #858585. Windows color (decimal): -12277131 or 7711300. OLE color: 7711300.
HSL color Cylindrical-coordinate representation of color #44AA75: hue angle of 148.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AA75 is Cyan = 0.6, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 117 | - |
| CMYK | 0.6 | 0 | 0.31 | 0.33 |
| HSL | 148.82º | 0.43% | 0.47% | - |
| HSV(B) | 148.82º | 0.6% | 0.67% | - |
| XYZ | 19.97 | 31.26 | 21.81 | - |
| YUV | 133.46 | 118.71 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 117 | 0.6 | 0 | 0.31 | 0.33 | 148.82 | 0.43 | 0.47 |
| Hex | 44 | AA | 75 | 3C | 0 | 1F | 21 | 95 | 2B | 2F |
| Octal | 104 | 252 | 165 | 74 | 0 | 37 | 41 | 225 | 53 | 57 |
| Binary | 1000100 | 10101010 | 1110101 | 111100 | 0 | 11111 | 100001 | 10010101 | 101011 | 101111 |
Color Harmonies of #44AA75
Complementary color
Monochromatic Colors of #44AA75
Black with #44AA75
Text Example
Text Example
White with #44AA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA75; }
p { color: rgb(68,170,117); }
H1.HeaderClassName
{
color: #44AA75;
}
.AnyTagClassName
{
color: #44AA75;
}
</style>
background-color css
<style>
a { background-color: #44AA75; }
a { background-color: rgb(68,170,117); }
div.DivClassName
{
background-color: #44AA75;
}
.BgClassName
{
background-color: #44AA75;
}
</style>
border-color css
<style>
span { border-color: #44AA75; }
span { border-color: rgb(68,170,117); }
td.TdClassName
{
border-color: #44AA75;
}
.TagClassName
{
border-color: #44AA75;
}
</style>