Shades of Ocean Green #4FA977
Tints of Ocean Green #4FA977
RGB
CMYK
RGB Variations
Color information
#4FA977 (or 0x4FA977) is known color: Ocean Green. HEX triplet: 4F, A9 and 77. RGB value is (79,169,119). Sum of RGB (Red+Green+Blue) = 79+169+119=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA977 is #B05688. Grayscale: #888888. Windows color (decimal): -11556489 or 7842127. OLE color: 7842127.
HSL color Cylindrical-coordinate representation of color #4FA977: hue angle of 146.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA977 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 169 | 119 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.34 |
| HSL | 146.67º | 0.36% | 0.49% | - |
| HSV(B) | 146.67º | 0.53% | 0.66% | - |
| XYZ | 20.74 | 31.37 | 22.41 | - |
| YUV | 136.39 | 118.18 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 169 | 119 | 0.53 | 0 | 0.30 | 0.34 | 146.67 | 0.36 | 0.49 |
| Hex | 4F | A9 | 77 | 35 | 0 | 1E | 22 | 93 | 24 | 31 |
| Octal | 117 | 251 | 167 | 65 | 0 | 36 | 42 | 223 | 44 | 61 |
| Binary | 1001111 | 10101001 | 1110111 | 110101 | 0 | 11110 | 100010 | 10010011 | 100100 | 110001 |
Color Harmonies of #4FA977
Complementary color
Monochromatic Colors of #4FA977
Black with #4FA977
Text Example
Text Example
White with #4FA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA977; }
p { color: rgb(79,169,119); }
H1.HeaderClassName
{
color: #4FA977;
}
.AnyTagClassName
{
color: #4FA977;
}
</style>
background-color css
<style>
a { background-color: #4FA977; }
a { background-color: rgb(79,169,119); }
div.DivClassName
{
background-color: #4FA977;
}
.BgClassName
{
background-color: #4FA977;
}
</style>
border-color css
<style>
span { border-color: #4FA977; }
span { border-color: rgb(79,169,119); }
td.TdClassName
{
border-color: #4FA977;
}
.TagClassName
{
border-color: #4FA977;
}
</style>