Shades of Ocean Green #47AA77
Tints of Ocean Green #47AA77
RGB
CMYK
RGB Variations
Color information
#47AA77 (or 0x47AA77) is known color: Ocean Green. HEX triplet: 47, AA and 77. RGB value is (71,170,119). Sum of RGB (Red+Green+Blue) = 71+170+119=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AA77 is #B85588. Grayscale: #868686. Windows color (decimal): -12080521 or 7842375. OLE color: 7842375.
HSL color Cylindrical-coordinate representation of color #47AA77: hue angle of 149.09º 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 #47AA77 is Cyan = 0.58, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 170 | 119 | - |
| CMYK | 0.58 | 0 | 0.3 | 0.33 |
| HSL | 149.09º | 0.41% | 0.47% | - |
| HSV(B) | 149.09º | 0.58% | 0.67% | - |
| XYZ | 20.3 | 31.42 | 22.45 | - |
| YUV | 134.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 119 | 0.58 | 0 | 0.3 | 0.33 | 149.09 | 0.41 | 0.47 |
| Hex | 47 | AA | 77 | 3A | 0 | 1E | 21 | 95 | 29 | 2F |
| Octal | 107 | 252 | 167 | 72 | 0 | 36 | 41 | 225 | 51 | 57 |
| Binary | 1000111 | 10101010 | 1110111 | 111010 | 0 | 11110 | 100001 | 10010101 | 101001 | 101111 |
Color Harmonies of #47AA77
Complementary color
Monochromatic Colors of #47AA77
Black with #47AA77
Text Example
Text Example
White with #47AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AA77; }
p { color: rgb(71,170,119); }
H1.HeaderClassName
{
color: #47AA77;
}
.AnyTagClassName
{
color: #47AA77;
}
</style>
background-color css
<style>
a { background-color: #47AA77; }
a { background-color: rgb(71,170,119); }
div.DivClassName
{
background-color: #47AA77;
}
.BgClassName
{
background-color: #47AA77;
}
</style>
border-color css
<style>
span { border-color: #47AA77; }
span { border-color: rgb(71,170,119); }
td.TdClassName
{
border-color: #47AA77;
}
.TagClassName
{
border-color: #47AA77;
}
</style>