Shades of Ocean Green #4AB77F
Tints of Ocean Green #4AB77F
RGB
CMYK
RGB Variations
Color information
#4AB77F (or 0x4AB77F) is known color: Ocean Green. HEX triplet: 4A, B7 and 7F. RGB value is (74,183,127). Sum of RGB (Red+Green+Blue) = 74+183+127=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB77F is #B54880. Grayscale: #909090. Windows color (decimal): -11880577 or 8369994. OLE color: 8369994.
HSL color Cylindrical-coordinate representation of color #4AB77F: hue angle of 149.17º 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 #4AB77F is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 127 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.28 |
| HSL | 149.17º | 0.43% | 0.5% | - |
| HSV(B) | 149.17º | 0.6% | 0.72% | - |
| XYZ | 23.59 | 36.86 | 25.95 | - |
| YUV | 144.03 | 118.39 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 127 | 0.60 | 0 | 0.31 | 0.28 | 149.17 | 0.43 | 0.5 |
| Hex | 4A | B7 | 7F | 3C | 0 | 1F | 1C | 95 | 2B | 32 |
| Octal | 112 | 267 | 177 | 74 | 0 | 37 | 34 | 225 | 53 | 62 |
| Binary | 1001010 | 10110111 | 1111111 | 111100 | 0 | 11111 | 11100 | 10010101 | 101011 | 110010 |
Color Harmonies of #4AB77F
Complementary color
Monochromatic Colors of #4AB77F
Black with #4AB77F
Text Example
Text Example
White with #4AB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB77F; }
p { color: rgb(74,183,127); }
H1.HeaderClassName
{
color: #4AB77F;
}
.AnyTagClassName
{
color: #4AB77F;
}
</style>
background-color css
<style>
a { background-color: #4AB77F; }
a { background-color: rgb(74,183,127); }
div.DivClassName
{
background-color: #4AB77F;
}
.BgClassName
{
background-color: #4AB77F;
}
</style>
border-color css
<style>
span { border-color: #4AB77F; }
span { border-color: rgb(74,183,127); }
td.TdClassName
{
border-color: #4AB77F;
}
.TagClassName
{
border-color: #4AB77F;
}
</style>