Shades of Ocean Green #4FA672
Tints of Ocean Green #4FA672
RGB
CMYK
RGB Variations
Color information
#4FA672 (or 0x4FA672) is known color: Ocean Green. HEX triplet: 4F, A6 and 72. RGB value is (79,166,114). Sum of RGB (Red+Green+Blue) = 79+166+114=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA672 is #B0598D. Grayscale: #868686. Windows color (decimal): -11557262 or 7513679. OLE color: 7513679.
HSL color Cylindrical-coordinate representation of color #4FA672: hue angle of 144.14º degrees, saturation: 0.36, 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 #4FA672 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 114 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.35 |
| HSL | 144.14º | 0.36% | 0.48% | - |
| HSV(B) | 144.14º | 0.52% | 0.65% | - |
| XYZ | 19.9 | 30.15 | 20.69 | - |
| YUV | 134.06 | 116.68 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 114 | 0.52 | 0 | 0.31 | 0.35 | 144.14 | 0.36 | 0.48 |
| Hex | 4F | A6 | 72 | 34 | 0 | 1F | 23 | 90 | 24 | 30 |
| Octal | 117 | 246 | 162 | 64 | 0 | 37 | 43 | 220 | 44 | 60 |
| Binary | 1001111 | 10100110 | 1110010 | 110100 | 0 | 11111 | 100011 | 10010000 | 100100 | 110000 |
Color Harmonies of #4FA672
Complementary color
Monochromatic Colors of #4FA672
Black with #4FA672
Text Example
Text Example
White with #4FA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA672; }
p { color: rgb(79,166,114); }
H1.HeaderClassName
{
color: #4FA672;
}
.AnyTagClassName
{
color: #4FA672;
}
</style>
background-color css
<style>
a { background-color: #4FA672; }
a { background-color: rgb(79,166,114); }
div.DivClassName
{
background-color: #4FA672;
}
.BgClassName
{
background-color: #4FA672;
}
</style>
border-color css
<style>
span { border-color: #4FA672; }
span { border-color: rgb(79,166,114); }
td.TdClassName
{
border-color: #4FA672;
}
.TagClassName
{
border-color: #4FA672;
}
</style>