Shades of Ocean Green #47AD67
Tints of Ocean Green #47AD67
RGB
CMYK
RGB Variations
Color information
#47AD67 (or 0x47AD67) is known color: Ocean Green. HEX triplet: 47, AD and 67. RGB value is (71,173,103). Sum of RGB (Red+Green+Blue) = 71+173+103=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AD67 is #B85298. Grayscale: #868686. Windows color (decimal): -12079769 or 6794567. OLE color: 6794567.
HSL color Cylindrical-coordinate representation of color #47AD67: hue angle of 138.82º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AD67 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 103 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.32 |
| HSL | 138.82º | 0.42% | 0.48% | - |
| HSV(B) | 138.82º | 0.59% | 0.68% | - |
| XYZ | 19.99 | 32.21 | 17.99 | - |
| YUV | 134.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 103 | 0.59 | 0 | 0.40 | 0.32 | 138.82 | 0.42 | 0.48 |
| Hex | 47 | AD | 67 | 3B | 0 | 28 | 20 | 8B | 2A | 30 |
| Octal | 107 | 255 | 147 | 73 | 0 | 50 | 40 | 213 | 52 | 60 |
| Binary | 1000111 | 10101101 | 1100111 | 111011 | 0 | 101000 | 100000 | 10001011 | 101010 | 110000 |
Color Harmonies of #47AD67
Complementary color
Monochromatic Colors of #47AD67
Black with #47AD67
Text Example
Text Example
White with #47AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AD67; }
p { color: rgb(71,173,103); }
H1.HeaderClassName
{
color: #47AD67;
}
.AnyTagClassName
{
color: #47AD67;
}
</style>
background-color css
<style>
a { background-color: #47AD67; }
a { background-color: rgb(71,173,103); }
div.DivClassName
{
background-color: #47AD67;
}
.BgClassName
{
background-color: #47AD67;
}
</style>
border-color css
<style>
span { border-color: #47AD67; }
span { border-color: rgb(71,173,103); }
td.TdClassName
{
border-color: #47AD67;
}
.TagClassName
{
border-color: #47AD67;
}
</style>