Shades of Ocean Green #47A078
Tints of Ocean Green #47A078
RGB
CMYK
RGB Variations
Color information
#47A078 (or 0x47A078) is known color: Ocean Green. HEX triplet: 47, A0 and 78. RGB value is (71,160,120). Sum of RGB (Red+Green+Blue) = 71+160+120=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #47A078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A078 is #B85F87. Grayscale: #808080. Windows color (decimal): -12083080 or 7905351. OLE color: 7905351.
HSL color Cylindrical-coordinate representation of color #47A078: hue angle of 153.03º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A078 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 160 | 120 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.37 |
| HSL | 153.03º | 0.39% | 0.45% | - |
| HSV(B) | 153.03º | 0.56% | 0.63% | - |
| XYZ | 18.56 | 27.84 | 22.16 | - |
| YUV | 128.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 120 | 0.56 | 0 | 0.25 | 0.37 | 153.03 | 0.39 | 0.45 |
| Hex | 47 | A0 | 78 | 38 | 0 | 19 | 25 | 99 | 27 | 2D |
| Octal | 107 | 240 | 170 | 70 | 0 | 31 | 45 | 231 | 47 | 55 |
| Binary | 1000111 | 10100000 | 1111000 | 111000 | 0 | 11001 | 100101 | 10011001 | 100111 | 101101 |
Color Harmonies of #47A078
Complementary color
Monochromatic Colors of #47A078
Black with #47A078
Text Example
Text Example
White with #47A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A078; }
p { color: rgb(71,160,120); }
H1.HeaderClassName
{
color: #47A078;
}
.AnyTagClassName
{
color: #47A078;
}
</style>
background-color css
<style>
a { background-color: #47A078; }
a { background-color: rgb(71,160,120); }
div.DivClassName
{
background-color: #47A078;
}
.BgClassName
{
background-color: #47A078;
}
</style>
border-color css
<style>
span { border-color: #47A078; }
span { border-color: rgb(71,160,120); }
td.TdClassName
{
border-color: #47A078;
}
.TagClassName
{
border-color: #47A078;
}
</style>