Shades of Ocean Green #4BA078
Tints of Ocean Green #4BA078
RGB
CMYK
RGB Variations
Color information
#4BA078 (or 0x4BA078) is known color: Ocean Green. HEX triplet: 4B, A0 and 78. RGB value is (75,160,120). Sum of RGB (Red+Green+Blue) = 75+160+120=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA078 is #B45F87. Grayscale: #828282. Windows color (decimal): -11820936 or 7905355. OLE color: 7905355.
HSL color Cylindrical-coordinate representation of color #4BA078: hue angle of 151.76º 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 #4BA078 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 120 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.37 |
| HSL | 151.76º | 0.36% | 0.46% | - |
| HSV(B) | 151.76º | 0.53% | 0.63% | - |
| XYZ | 18.86 | 27.99 | 22.18 | - |
| YUV | 130.03 | 122.34 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 120 | 0.53 | 0 | 0.25 | 0.37 | 151.76 | 0.36 | 0.46 |
| Hex | 4B | A0 | 78 | 35 | 0 | 19 | 25 | 98 | 24 | 2E |
| Octal | 113 | 240 | 170 | 65 | 0 | 31 | 45 | 230 | 44 | 56 |
| Binary | 1001011 | 10100000 | 1111000 | 110101 | 0 | 11001 | 100101 | 10011000 | 100100 | 101110 |
Color Harmonies of #4BA078
Complementary color
Monochromatic Colors of #4BA078
Black with #4BA078
Text Example
Text Example
White with #4BA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA078; }
p { color: rgb(75,160,120); }
H1.HeaderClassName
{
color: #4BA078;
}
.AnyTagClassName
{
color: #4BA078;
}
</style>
background-color css
<style>
a { background-color: #4BA078; }
a { background-color: rgb(75,160,120); }
div.DivClassName
{
background-color: #4BA078;
}
.BgClassName
{
background-color: #4BA078;
}
</style>
border-color css
<style>
span { border-color: #4BA078; }
span { border-color: rgb(75,160,120); }
td.TdClassName
{
border-color: #4BA078;
}
.TagClassName
{
border-color: #4BA078;
}
</style>