Shades of Ocean Green #47AA67
Tints of Ocean Green #47AA67
RGB
CMYK
RGB Variations
Color information
#47AA67 (or 0x47AA67) is known color: Ocean Green. HEX triplet: 47, AA and 67. RGB value is (71,170,103). Sum of RGB (Red+Green+Blue) = 71+170+103=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AA67 is #B85598. Grayscale: #848484. Windows color (decimal): -12080537 or 6793799. OLE color: 6793799.
HSL color Cylindrical-coordinate representation of color #47AA67: hue angle of 139.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AA67 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 170 | 103 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.33 |
| HSL | 139.39º | 0.41% | 0.47% | - |
| HSV(B) | 139.39º | 0.58% | 0.67% | - |
| XYZ | 19.42 | 31.07 | 17.81 | - |
| YUV | 132.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 103 | 0.58 | 0 | 0.39 | 0.33 | 139.39 | 0.41 | 0.47 |
| Hex | 47 | AA | 67 | 3A | 0 | 27 | 21 | 8B | 29 | 2F |
| Octal | 107 | 252 | 147 | 72 | 0 | 47 | 41 | 213 | 51 | 57 |
| Binary | 1000111 | 10101010 | 1100111 | 111010 | 0 | 100111 | 100001 | 10001011 | 101001 | 101111 |
Color Harmonies of #47AA67
Complementary color
Monochromatic Colors of #47AA67
Black with #47AA67
Text Example
Text Example
White with #47AA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AA67; }
p { color: rgb(71,170,103); }
H1.HeaderClassName
{
color: #47AA67;
}
.AnyTagClassName
{
color: #47AA67;
}
</style>
background-color css
<style>
a { background-color: #47AA67; }
a { background-color: rgb(71,170,103); }
div.DivClassName
{
background-color: #47AA67;
}
.BgClassName
{
background-color: #47AA67;
}
</style>
border-color css
<style>
span { border-color: #47AA67; }
span { border-color: rgb(71,170,103); }
td.TdClassName
{
border-color: #47AA67;
}
.TagClassName
{
border-color: #47AA67;
}
</style>