Shades of Ocean Green #4FA570
Tints of Ocean Green #4FA570
RGB
CMYK
RGB Variations
Color information
#4FA570 (or 0x4FA570) is known color: Ocean Green. HEX triplet: 4F, A5 and 70. RGB value is (79,165,112). Sum of RGB (Red+Green+Blue) = 79+165+112=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA570 is #B05A8F. Grayscale: #858585. Windows color (decimal): -11557520 or 7382351. OLE color: 7382351.
HSL color Cylindrical-coordinate representation of color #4FA570: hue angle of 143.02º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA570 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 165 | 112 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.35 |
| HSL | 143.02º | 0.35% | 0.48% | - |
| HSV(B) | 143.02º | 0.52% | 0.65% | - |
| XYZ | 19.6 | 29.74 | 20.04 | - |
| YUV | 133.24 | 116.01 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 112 | 0.52 | 0 | 0.32 | 0.35 | 143.02 | 0.35 | 0.48 |
| Hex | 4F | A5 | 70 | 34 | 0 | 20 | 23 | 8F | 23 | 30 |
| Octal | 117 | 245 | 160 | 64 | 0 | 40 | 43 | 217 | 43 | 60 |
| Binary | 1001111 | 10100101 | 1110000 | 110100 | 0 | 100000 | 100011 | 10001111 | 100011 | 110000 |
Color Harmonies of #4FA570
Complementary color
Monochromatic Colors of #4FA570
Black with #4FA570
Text Example
Text Example
White with #4FA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA570; }
p { color: rgb(79,165,112); }
H1.HeaderClassName
{
color: #4FA570;
}
.AnyTagClassName
{
color: #4FA570;
}
</style>
background-color css
<style>
a { background-color: #4FA570; }
a { background-color: rgb(79,165,112); }
div.DivClassName
{
background-color: #4FA570;
}
.BgClassName
{
background-color: #4FA570;
}
</style>
border-color css
<style>
span { border-color: #4FA570; }
span { border-color: rgb(79,165,112); }
td.TdClassName
{
border-color: #4FA570;
}
.TagClassName
{
border-color: #4FA570;
}
</style>