Shades of Ocean Green #4AB77B
Tints of Ocean Green #4AB77B
RGB
CMYK
RGB Variations
Color information
#4AB77B (or 0x4AB77B) is known color: Ocean Green. HEX triplet: 4A, B7 and 7B. RGB value is (74,183,123). Sum of RGB (Red+Green+Blue) = 74+183+123=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB77B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB77B is #B54884. Grayscale: #8F8F8F. Windows color (decimal): -11880581 or 8107850. OLE color: 8107850.
HSL color Cylindrical-coordinate representation of color #4AB77B: hue angle of 146.97º 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 #4AB77B is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 123 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.28 |
| HSL | 146.97º | 0.43% | 0.5% | - |
| HSV(B) | 146.97º | 0.6% | 0.72% | - |
| XYZ | 23.33 | 36.75 | 24.6 | - |
| YUV | 143.57 | 116.39 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 123 | 0.60 | 0 | 0.33 | 0.28 | 146.97 | 0.43 | 0.5 |
| Hex | 4A | B7 | 7B | 3C | 0 | 21 | 1C | 93 | 2B | 32 |
| Octal | 112 | 267 | 173 | 74 | 0 | 41 | 34 | 223 | 53 | 62 |
| Binary | 1001010 | 10110111 | 1111011 | 111100 | 0 | 100001 | 11100 | 10010011 | 101011 | 110010 |
Color Harmonies of #4AB77B
Complementary color
Monochromatic Colors of #4AB77B
Black with #4AB77B
Text Example
Text Example
White with #4AB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB77B; }
p { color: rgb(74,183,123); }
H1.HeaderClassName
{
color: #4AB77B;
}
.AnyTagClassName
{
color: #4AB77B;
}
</style>
background-color css
<style>
a { background-color: #4AB77B; }
a { background-color: rgb(74,183,123); }
div.DivClassName
{
background-color: #4AB77B;
}
.BgClassName
{
background-color: #4AB77B;
}
</style>
border-color css
<style>
span { border-color: #4AB77B; }
span { border-color: rgb(74,183,123); }
td.TdClassName
{
border-color: #4AB77B;
}
.TagClassName
{
border-color: #4AB77B;
}
</style>