Shades of Ocean Green #4FA77C
Tints of Ocean Green #4FA77C
RGB
CMYK
RGB Variations
Color information
#4FA77C (or 0x4FA77C) is known color: Ocean Green. HEX triplet: 4F, A7 and 7C. RGB value is (79,167,124). Sum of RGB (Red+Green+Blue) = 79+167+124=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #4FA77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA77C is #B05883. Grayscale: #878787. Windows color (decimal): -11556996 or 8169295. OLE color: 8169295.
HSL color Cylindrical-coordinate representation of color #4FA77C: hue angle of 150.68º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA77C is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 167 | 124 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.35 |
| HSL | 150.68º | 0.36% | 0.48% | - |
| HSV(B) | 150.68º | 0.53% | 0.65% | - |
| XYZ | 20.68 | 30.75 | 23.92 | - |
| YUV | 135.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 167 | 124 | 0.53 | 0 | 0.26 | 0.35 | 150.68 | 0.36 | 0.48 |
| Hex | 4F | A7 | 7C | 35 | 0 | 1A | 23 | 97 | 24 | 30 |
| Octal | 117 | 247 | 174 | 65 | 0 | 32 | 43 | 227 | 44 | 60 |
| Binary | 1001111 | 10100111 | 1111100 | 110101 | 0 | 11010 | 100011 | 10010111 | 100100 | 110000 |
Color Harmonies of #4FA77C
Complementary color
Monochromatic Colors of #4FA77C
Black with #4FA77C
Text Example
Text Example
White with #4FA77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA77C; }
p { color: rgb(79,167,124); }
H1.HeaderClassName
{
color: #4FA77C;
}
.AnyTagClassName
{
color: #4FA77C;
}
</style>
background-color css
<style>
a { background-color: #4FA77C; }
a { background-color: rgb(79,167,124); }
div.DivClassName
{
background-color: #4FA77C;
}
.BgClassName
{
background-color: #4FA77C;
}
</style>
border-color css
<style>
span { border-color: #4FA77C; }
span { border-color: rgb(79,167,124); }
td.TdClassName
{
border-color: #4FA77C;
}
.TagClassName
{
border-color: #4FA77C;
}
</style>