Shades of Ocean Green #44996C
Tints of Ocean Green #44996C
RGB
CMYK
RGB Variations
Color information
#44996C (or 0x44996C) is known color: Ocean Green. HEX triplet: 44, 99 and 6C. RGB value is (68,153,108). Sum of RGB (Red+Green+Blue) = 68+153+108=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #44996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44996C is #BB6693. Grayscale: #7A7A7A. Windows color (decimal): -12281492 or 7117124. OLE color: 7117124.
HSL color Cylindrical-coordinate representation of color #44996C: hue angle of 148.24º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44996C is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 108 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.4 |
| HSL | 148.24º | 0.38% | 0.43% | - |
| HSV(B) | 148.24º | 0.56% | 0.6% | - |
| XYZ | 16.48 | 25.09 | 18.16 | - |
| YUV | 122.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 108 | 0.56 | 0 | 0.29 | 0.4 | 148.24 | 0.38 | 0.43 |
| Hex | 44 | 99 | 6C | 38 | 0 | 1D | 28 | 94 | 26 | 2B |
| Octal | 104 | 231 | 154 | 70 | 0 | 35 | 50 | 224 | 46 | 53 |
| Binary | 1000100 | 10011001 | 1101100 | 111000 | 0 | 11101 | 101000 | 10010100 | 100110 | 101011 |
Color Harmonies of #44996C
Complementary color
Monochromatic Colors of #44996C
Black with #44996C
Text Example
Text Example
White with #44996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44996C; }
p { color: rgb(68,153,108); }
H1.HeaderClassName
{
color: #44996C;
}
.AnyTagClassName
{
color: #44996C;
}
</style>
background-color css
<style>
a { background-color: #44996C; }
a { background-color: rgb(68,153,108); }
div.DivClassName
{
background-color: #44996C;
}
.BgClassName
{
background-color: #44996C;
}
</style>
border-color css
<style>
span { border-color: #44996C; }
span { border-color: rgb(68,153,108); }
td.TdClassName
{
border-color: #44996C;
}
.TagClassName
{
border-color: #44996C;
}
</style>