Shades of Ocean Green #47996C
Tints of Ocean Green #47996C
RGB
CMYK
RGB Variations
Color information
#47996C (or 0x47996C) is known color: Ocean Green. HEX triplet: 47, 99 and 6C. RGB value is (71,153,108). Sum of RGB (Red+Green+Blue) = 71+153+108=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #47996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47996C is #B86693. Grayscale: #7B7B7B. Windows color (decimal): -12084884 or 7117127. OLE color: 7117127.
HSL color Cylindrical-coordinate representation of color #47996C: hue angle of 147.07º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47996C is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 153 | 108 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.4 |
| HSL | 147.07º | 0.37% | 0.44% | - |
| HSV(B) | 147.07º | 0.54% | 0.6% | - |
| XYZ | 16.7 | 25.2 | 18.17 | - |
| YUV | 123.35 | 119.33 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 108 | 0.54 | 0 | 0.29 | 0.4 | 147.07 | 0.37 | 0.44 |
| Hex | 47 | 99 | 6C | 36 | 0 | 1D | 28 | 93 | 25 | 2C |
| Octal | 107 | 231 | 154 | 66 | 0 | 35 | 50 | 223 | 45 | 54 |
| Binary | 1000111 | 10011001 | 1101100 | 110110 | 0 | 11101 | 101000 | 10010011 | 100101 | 101100 |
Color Harmonies of #47996C
Complementary color
Monochromatic Colors of #47996C
Black with #47996C
Text Example
Text Example
White with #47996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47996C; }
p { color: rgb(71,153,108); }
H1.HeaderClassName
{
color: #47996C;
}
.AnyTagClassName
{
color: #47996C;
}
</style>
background-color css
<style>
a { background-color: #47996C; }
a { background-color: rgb(71,153,108); }
div.DivClassName
{
background-color: #47996C;
}
.BgClassName
{
background-color: #47996C;
}
</style>
border-color css
<style>
span { border-color: #47996C; }
span { border-color: rgb(71,153,108); }
td.TdClassName
{
border-color: #47996C;
}
.TagClassName
{
border-color: #47996C;
}
</style>