Shades of Ocean Green #47976D
Tints of Ocean Green #47976D
RGB
CMYK
RGB Variations
Color information
#47976D (or 0x47976D) is known color: Ocean Green. HEX triplet: 47, 97 and 6D. RGB value is (71,151,109). Sum of RGB (Red+Green+Blue) = 71+151+109=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #47976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47976D is #B86892. Grayscale: #7A7A7A. Windows color (decimal): -12085395 or 7182151. OLE color: 7182151.
HSL color Cylindrical-coordinate representation of color #47976D: hue angle of 148.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47976D is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 151 | 109 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.41 |
| HSL | 148.5º | 0.36% | 0.44% | - |
| HSV(B) | 148.5º | 0.53% | 0.59% | - |
| XYZ | 16.43 | 24.58 | 18.35 | - |
| YUV | 122.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 151 | 109 | 0.53 | 0 | 0.28 | 0.41 | 148.5 | 0.36 | 0.44 |
| Hex | 47 | 97 | 6D | 35 | 0 | 1C | 29 | 94 | 24 | 2C |
| Octal | 107 | 227 | 155 | 65 | 0 | 34 | 51 | 224 | 44 | 54 |
| Binary | 1000111 | 10010111 | 1101101 | 110101 | 0 | 11100 | 101001 | 10010100 | 100100 | 101100 |
Color Harmonies of #47976D
Complementary color
Monochromatic Colors of #47976D
Black with #47976D
Text Example
Text Example
White with #47976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47976D; }
p { color: rgb(71,151,109); }
H1.HeaderClassName
{
color: #47976D;
}
.AnyTagClassName
{
color: #47976D;
}
</style>
background-color css
<style>
a { background-color: #47976D; }
a { background-color: rgb(71,151,109); }
div.DivClassName
{
background-color: #47976D;
}
.BgClassName
{
background-color: #47976D;
}
</style>
border-color css
<style>
span { border-color: #47976D; }
span { border-color: rgb(71,151,109); }
td.TdClassName
{
border-color: #47976D;
}
.TagClassName
{
border-color: #47976D;
}
</style>