Shades of Ocean Green #4F9972
Tints of Ocean Green #4F9972
RGB
CMYK
RGB Variations
Color information
#4F9972 (or 0x4F9972) is known color: Ocean Green. HEX triplet: 4F, 99 and 72. RGB value is (79,153,114). Sum of RGB (Red+Green+Blue) = 79+153+114=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9972 is #B0668D. Grayscale: #7E7E7E. Windows color (decimal): -11560590 or 7510351. OLE color: 7510351.
HSL color Cylindrical-coordinate representation of color #4F9972: hue angle of 148.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F9972 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 153 | 114 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.4 |
| HSL | 148.38º | 0.32% | 0.45% | - |
| HSV(B) | 148.38º | 0.48% | 0.6% | - |
| XYZ | 17.65 | 25.66 | 19.94 | - |
| YUV | 126.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 114 | 0.48 | 0 | 0.25 | 0.4 | 148.38 | 0.32 | 0.45 |
| Hex | 4F | 99 | 72 | 30 | 0 | 19 | 28 | 94 | 20 | 2D |
| Octal | 117 | 231 | 162 | 60 | 0 | 31 | 50 | 224 | 40 | 55 |
| Binary | 1001111 | 10011001 | 1110010 | 110000 | 0 | 11001 | 101000 | 10010100 | 100000 | 101101 |
Color Harmonies of #4F9972
Complementary color
Monochromatic Colors of #4F9972
Black with #4F9972
Text Example
Text Example
White with #4F9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9972; }
p { color: rgb(79,153,114); }
H1.HeaderClassName
{
color: #4F9972;
}
.AnyTagClassName
{
color: #4F9972;
}
</style>
background-color css
<style>
a { background-color: #4F9972; }
a { background-color: rgb(79,153,114); }
div.DivClassName
{
background-color: #4F9972;
}
.BgClassName
{
background-color: #4F9972;
}
</style>
border-color css
<style>
span { border-color: #4F9972; }
span { border-color: rgb(79,153,114); }
td.TdClassName
{
border-color: #4F9972;
}
.TagClassName
{
border-color: #4F9972;
}
</style>