Shades of Ocean Green #4AB77D
Tints of Ocean Green #4AB77D
RGB
CMYK
RGB Variations
Color information
#4AB77D (or 0x4AB77D) is known color: Ocean Green. HEX triplet: 4A, B7 and 7D. RGB value is (74,183,125). Sum of RGB (Red+Green+Blue) = 74+183+125=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB77D is #B54882. Grayscale: #8F8F8F. Windows color (decimal): -11880579 or 8238922. OLE color: 8238922.
HSL color Cylindrical-coordinate representation of color #4AB77D: hue angle of 148.07º 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 #4AB77D is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 125 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.28 |
| HSL | 148.07º | 0.43% | 0.5% | - |
| HSV(B) | 148.07º | 0.6% | 0.72% | - |
| XYZ | 23.46 | 36.8 | 25.27 | - |
| YUV | 143.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 125 | 0.60 | 0 | 0.32 | 0.28 | 148.07 | 0.43 | 0.5 |
| Hex | 4A | B7 | 7D | 3C | 0 | 20 | 1C | 94 | 2B | 32 |
| Octal | 112 | 267 | 175 | 74 | 0 | 40 | 34 | 224 | 53 | 62 |
| Binary | 1001010 | 10110111 | 1111101 | 111100 | 0 | 100000 | 11100 | 10010100 | 101011 | 110010 |
Color Harmonies of #4AB77D
Complementary color
Monochromatic Colors of #4AB77D
Black with #4AB77D
Text Example
Text Example
White with #4AB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB77D; }
p { color: rgb(74,183,125); }
H1.HeaderClassName
{
color: #4AB77D;
}
.AnyTagClassName
{
color: #4AB77D;
}
</style>
background-color css
<style>
a { background-color: #4AB77D; }
a { background-color: rgb(74,183,125); }
div.DivClassName
{
background-color: #4AB77D;
}
.BgClassName
{
background-color: #4AB77D;
}
</style>
border-color css
<style>
span { border-color: #4AB77D; }
span { border-color: rgb(74,183,125); }
td.TdClassName
{
border-color: #4AB77D;
}
.TagClassName
{
border-color: #4AB77D;
}
</style>