Shades of Ocean Green #4BA76D
Tints of Ocean Green #4BA76D
RGB
CMYK
RGB Variations
Color information
#4BA76D (or 0x4BA76D) is known color: Ocean Green. HEX triplet: 4B, A7 and 6D. RGB value is (75,167,109). Sum of RGB (Red+Green+Blue) = 75+167+109=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA76D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA76D is #B45892. Grayscale: #858585. Windows color (decimal): -11819155 or 7186251. OLE color: 7186251.
HSL color Cylindrical-coordinate representation of color #4BA76D: hue angle of 142.17º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA76D is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 167 | 109 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.35 |
| HSL | 142.17º | 0.38% | 0.47% | - |
| HSV(B) | 142.17º | 0.55% | 0.65% | - |
| XYZ | 19.48 | 30.24 | 19.28 | - |
| YUV | 132.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 167 | 109 | 0.55 | 0 | 0.35 | 0.35 | 142.17 | 0.38 | 0.47 |
| Hex | 4B | A7 | 6D | 37 | 0 | 23 | 23 | 8E | 26 | 2F |
| Octal | 113 | 247 | 155 | 67 | 0 | 43 | 43 | 216 | 46 | 57 |
| Binary | 1001011 | 10100111 | 1101101 | 110111 | 0 | 100011 | 100011 | 10001110 | 100110 | 101111 |
Color Harmonies of #4BA76D
Complementary color
Monochromatic Colors of #4BA76D
Black with #4BA76D
Text Example
Text Example
White with #4BA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA76D; }
p { color: rgb(75,167,109); }
H1.HeaderClassName
{
color: #4BA76D;
}
.AnyTagClassName
{
color: #4BA76D;
}
</style>
background-color css
<style>
a { background-color: #4BA76D; }
a { background-color: rgb(75,167,109); }
div.DivClassName
{
background-color: #4BA76D;
}
.BgClassName
{
background-color: #4BA76D;
}
</style>
border-color css
<style>
span { border-color: #4BA76D; }
span { border-color: rgb(75,167,109); }
td.TdClassName
{
border-color: #4BA76D;
}
.TagClassName
{
border-color: #4BA76D;
}
</style>