Shades of Ocean Green #4FA770
Tints of Ocean Green #4FA770
RGB
CMYK
RGB Variations
Color information
#4FA770 (or 0x4FA770) is known color: Ocean Green. HEX triplet: 4F, A7 and 70. RGB value is (79,167,112). Sum of RGB (Red+Green+Blue) = 79+167+112=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #4FA770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA770 is #B0588F. Grayscale: #868686. Windows color (decimal): -11557008 or 7382863. OLE color: 7382863.
HSL color Cylindrical-coordinate representation of color #4FA770: hue angle of 142.5º 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 #4FA770 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 167 | 112 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.35 |
| HSL | 142.5º | 0.36% | 0.48% | - |
| HSV(B) | 142.5º | 0.53% | 0.65% | - |
| XYZ | 19.97 | 30.47 | 20.16 | - |
| YUV | 134.42 | 115.35 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 167 | 112 | 0.53 | 0 | 0.33 | 0.35 | 142.5 | 0.36 | 0.48 |
| Hex | 4F | A7 | 70 | 35 | 0 | 21 | 23 | 8E | 24 | 30 |
| Octal | 117 | 247 | 160 | 65 | 0 | 41 | 43 | 216 | 44 | 60 |
| Binary | 1001111 | 10100111 | 1110000 | 110101 | 0 | 100001 | 100011 | 10001110 | 100100 | 110000 |
Color Harmonies of #4FA770
Complementary color
Monochromatic Colors of #4FA770
Black with #4FA770
Text Example
Text Example
White with #4FA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA770; }
p { color: rgb(79,167,112); }
H1.HeaderClassName
{
color: #4FA770;
}
.AnyTagClassName
{
color: #4FA770;
}
</style>
background-color css
<style>
a { background-color: #4FA770; }
a { background-color: rgb(79,167,112); }
div.DivClassName
{
background-color: #4FA770;
}
.BgClassName
{
background-color: #4FA770;
}
</style>
border-color css
<style>
span { border-color: #4FA770; }
span { border-color: rgb(79,167,112); }
td.TdClassName
{
border-color: #4FA770;
}
.TagClassName
{
border-color: #4FA770;
}
</style>