Shades of Ocean Green #4BA077
Tints of Ocean Green #4BA077
RGB
CMYK
RGB Variations
Color information
#4BA077 (or 0x4BA077) is known color: Ocean Green. HEX triplet: 4B, A0 and 77. RGB value is (75,160,119). Sum of RGB (Red+Green+Blue) = 75+160+119=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA077 is #B45F88. Grayscale: #818181. Windows color (decimal): -11820937 or 7839819. OLE color: 7839819.
HSL color Cylindrical-coordinate representation of color #4BA077: hue angle of 151.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA077 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 119 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.37 |
| HSL | 151.06º | 0.36% | 0.46% | - |
| HSV(B) | 151.06º | 0.53% | 0.63% | - |
| XYZ | 18.8 | 27.97 | 21.86 | - |
| YUV | 129.91 | 121.84 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 119 | 0.53 | 0 | 0.26 | 0.37 | 151.06 | 0.36 | 0.46 |
| Hex | 4B | A0 | 77 | 35 | 0 | 1A | 25 | 97 | 24 | 2E |
| Octal | 113 | 240 | 167 | 65 | 0 | 32 | 45 | 227 | 44 | 56 |
| Binary | 1001011 | 10100000 | 1110111 | 110101 | 0 | 11010 | 100101 | 10010111 | 100100 | 101110 |
Color Harmonies of #4BA077
Complementary color
Monochromatic Colors of #4BA077
Black with #4BA077
Text Example
Text Example
White with #4BA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA077; }
p { color: rgb(75,160,119); }
H1.HeaderClassName
{
color: #4BA077;
}
.AnyTagClassName
{
color: #4BA077;
}
</style>
background-color css
<style>
a { background-color: #4BA077; }
a { background-color: rgb(75,160,119); }
div.DivClassName
{
background-color: #4BA077;
}
.BgClassName
{
background-color: #4BA077;
}
</style>
border-color css
<style>
span { border-color: #4BA077; }
span { border-color: rgb(75,160,119); }
td.TdClassName
{
border-color: #4BA077;
}
.TagClassName
{
border-color: #4BA077;
}
</style>