Shades of Ocean Green #4FA970
Tints of Ocean Green #4FA970
RGB
CMYK
RGB Variations
Color information
#4FA970 (or 0x4FA970) is known color: Ocean Green. HEX triplet: 4F, A9 and 70. RGB value is (79,169,112). Sum of RGB (Red+Green+Blue) = 79+169+112=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA970 is #B0568F. Grayscale: #878787. Windows color (decimal): -11556496 or 7383375. OLE color: 7383375.
HSL color Cylindrical-coordinate representation of color #4FA970: hue angle of 142º 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 #4FA970 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 169 | 112 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.34 |
| HSL | 142º | 0.36% | 0.49% | - |
| HSV(B) | 142º | 0.53% | 0.66% | - |
| XYZ | 20.34 | 31.21 | 20.28 | - |
| YUV | 135.59 | 114.68 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 169 | 112 | 0.53 | 0 | 0.34 | 0.34 | 142 | 0.36 | 0.49 |
| Hex | 4F | A9 | 70 | 35 | 0 | 22 | 22 | 8E | 24 | 31 |
| Octal | 117 | 251 | 160 | 65 | 0 | 42 | 42 | 216 | 44 | 61 |
| Binary | 1001111 | 10101001 | 1110000 | 110101 | 0 | 100010 | 100010 | 10001110 | 100100 | 110001 |
Color Harmonies of #4FA970
Complementary color
Monochromatic Colors of #4FA970
Black with #4FA970
Text Example
Text Example
White with #4FA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA970; }
p { color: rgb(79,169,112); }
H1.HeaderClassName
{
color: #4FA970;
}
.AnyTagClassName
{
color: #4FA970;
}
</style>
background-color css
<style>
a { background-color: #4FA970; }
a { background-color: rgb(79,169,112); }
div.DivClassName
{
background-color: #4FA970;
}
.BgClassName
{
background-color: #4FA970;
}
</style>
border-color css
<style>
span { border-color: #4FA970; }
span { border-color: rgb(79,169,112); }
td.TdClassName
{
border-color: #4FA970;
}
.TagClassName
{
border-color: #4FA970;
}
</style>