Shades of Ocean Green #47A677
Tints of Ocean Green #47A677
RGB
CMYK
RGB Variations
Color information
#47A677 (or 0x47A677) is known color: Ocean Green. HEX triplet: 47, A6 and 77. RGB value is (71,166,119). Sum of RGB (Red+Green+Blue) = 71+166+119=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #47A677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A677 is #B85988. Grayscale: #848484. Windows color (decimal): -12081545 or 7841351. OLE color: 7841351.
HSL color Cylindrical-coordinate representation of color #47A677: hue angle of 150.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A677 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 166 | 119 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.35 |
| HSL | 150.32º | 0.4% | 0.46% | - |
| HSV(B) | 150.32º | 0.57% | 0.65% | - |
| XYZ | 19.56 | 29.94 | 22.2 | - |
| YUV | 132.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 166 | 119 | 0.57 | 0 | 0.28 | 0.35 | 150.32 | 0.4 | 0.46 |
| Hex | 47 | A6 | 77 | 39 | 0 | 1C | 23 | 96 | 28 | 2E |
| Octal | 107 | 246 | 167 | 71 | 0 | 34 | 43 | 226 | 50 | 56 |
| Binary | 1000111 | 10100110 | 1110111 | 111001 | 0 | 11100 | 100011 | 10010110 | 101000 | 101110 |
Color Harmonies of #47A677
Complementary color
Monochromatic Colors of #47A677
Black with #47A677
Text Example
Text Example
White with #47A677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A677; }
p { color: rgb(71,166,119); }
H1.HeaderClassName
{
color: #47A677;
}
.AnyTagClassName
{
color: #47A677;
}
</style>
background-color css
<style>
a { background-color: #47A677; }
a { background-color: rgb(71,166,119); }
div.DivClassName
{
background-color: #47A677;
}
.BgClassName
{
background-color: #47A677;
}
</style>
border-color css
<style>
span { border-color: #47A677; }
span { border-color: rgb(71,166,119); }
td.TdClassName
{
border-color: #47A677;
}
.TagClassName
{
border-color: #47A677;
}
</style>