Shades of Ocean Green #4FA972
Tints of Ocean Green #4FA972
RGB
CMYK
RGB Variations
Color information
#4FA972 (or 0x4FA972) is known color: Ocean Green. HEX triplet: 4F, A9 and 72. RGB value is (79,169,114). Sum of RGB (Red+Green+Blue) = 79+169+114=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA972 is #B0568D. Grayscale: #878787. Windows color (decimal): -11556494 or 7514447. OLE color: 7514447.
HSL color Cylindrical-coordinate representation of color #4FA972: hue angle of 143.33º 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 #4FA972 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 169 | 114 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.34 |
| HSL | 143.33º | 0.36% | 0.49% | - |
| HSV(B) | 143.33º | 0.53% | 0.66% | - |
| XYZ | 20.45 | 31.25 | 20.87 | - |
| YUV | 135.82 | 115.68 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 169 | 114 | 0.53 | 0 | 0.33 | 0.34 | 143.33 | 0.36 | 0.49 |
| Hex | 4F | A9 | 72 | 35 | 0 | 21 | 22 | 8F | 24 | 31 |
| Octal | 117 | 251 | 162 | 65 | 0 | 41 | 42 | 217 | 44 | 61 |
| Binary | 1001111 | 10101001 | 1110010 | 110101 | 0 | 100001 | 100010 | 10001111 | 100100 | 110001 |
Color Harmonies of #4FA972
Complementary color
Monochromatic Colors of #4FA972
Black with #4FA972
Text Example
Text Example
White with #4FA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA972; }
p { color: rgb(79,169,114); }
H1.HeaderClassName
{
color: #4FA972;
}
.AnyTagClassName
{
color: #4FA972;
}
</style>
background-color css
<style>
a { background-color: #4FA972; }
a { background-color: rgb(79,169,114); }
div.DivClassName
{
background-color: #4FA972;
}
.BgClassName
{
background-color: #4FA972;
}
</style>
border-color css
<style>
span { border-color: #4FA972; }
span { border-color: rgb(79,169,114); }
td.TdClassName
{
border-color: #4FA972;
}
.TagClassName
{
border-color: #4FA972;
}
</style>