Shades of Ocean Green #4AB777
Tints of Ocean Green #4AB777
RGB
CMYK
RGB Variations
Color information
#4AB777 (or 0x4AB777) is known color: Ocean Green. HEX triplet: 4A, B7 and 77. RGB value is (74,183,119). Sum of RGB (Red+Green+Blue) = 74+183+119=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB777 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB777 is #B54888. Grayscale: #8F8F8F. Windows color (decimal): -11880585 or 7845706. OLE color: 7845706.
HSL color Cylindrical-coordinate representation of color #4AB777: hue angle of 144.77º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB777 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 119 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.28 |
| HSL | 144.77º | 0.43% | 0.5% | - |
| HSV(B) | 144.77º | 0.6% | 0.72% | - |
| XYZ | 23.09 | 36.65 | 23.31 | - |
| YUV | 143.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 119 | 0.60 | 0 | 0.35 | 0.28 | 144.77 | 0.43 | 0.5 |
| Hex | 4A | B7 | 77 | 3C | 0 | 23 | 1C | 91 | 2B | 32 |
| Octal | 112 | 267 | 167 | 74 | 0 | 43 | 34 | 221 | 53 | 62 |
| Binary | 1001010 | 10110111 | 1110111 | 111100 | 0 | 100011 | 11100 | 10010001 | 101011 | 110010 |
Color Harmonies of #4AB777
Complementary color
Monochromatic Colors of #4AB777
Black with #4AB777
Text Example
Text Example
White with #4AB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB777; }
p { color: rgb(74,183,119); }
H1.HeaderClassName
{
color: #4AB777;
}
.AnyTagClassName
{
color: #4AB777;
}
</style>
background-color css
<style>
a { background-color: #4AB777; }
a { background-color: rgb(74,183,119); }
div.DivClassName
{
background-color: #4AB777;
}
.BgClassName
{
background-color: #4AB777;
}
</style>
border-color css
<style>
span { border-color: #4AB777; }
span { border-color: rgb(74,183,119); }
td.TdClassName
{
border-color: #4AB777;
}
.TagClassName
{
border-color: #4AB777;
}
</style>