Shades of Ocean Green #4FAA72
Tints of Ocean Green #4FAA72
RGB
CMYK
RGB Variations
Color information
#4FAA72 (or 0x4FAA72) is known color: Ocean Green. HEX triplet: 4F, AA and 72. RGB value is (79,170,114). Sum of RGB (Red+Green+Blue) = 79+170+114=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAA72 is #B0558D. Grayscale: #888888. Windows color (decimal): -11556238 or 7514703. OLE color: 7514703.
HSL color Cylindrical-coordinate representation of color #4FAA72: hue angle of 143.08º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAA72 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 114 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.33 |
| HSL | 143.08º | 0.37% | 0.49% | - |
| HSV(B) | 143.08º | 0.54% | 0.67% | - |
| XYZ | 20.64 | 31.63 | 20.94 | - |
| YUV | 136.41 | 115.35 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 114 | 0.54 | 0 | 0.33 | 0.33 | 143.08 | 0.37 | 0.49 |
| Hex | 4F | AA | 72 | 36 | 0 | 21 | 21 | 8F | 25 | 31 |
| Octal | 117 | 252 | 162 | 66 | 0 | 41 | 41 | 217 | 45 | 61 |
| Binary | 1001111 | 10101010 | 1110010 | 110110 | 0 | 100001 | 100001 | 10001111 | 100101 | 110001 |
Color Harmonies of #4FAA72
Complementary color
Monochromatic Colors of #4FAA72
Black with #4FAA72
Text Example
Text Example
White with #4FAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA72; }
p { color: rgb(79,170,114); }
H1.HeaderClassName
{
color: #4FAA72;
}
.AnyTagClassName
{
color: #4FAA72;
}
</style>
background-color css
<style>
a { background-color: #4FAA72; }
a { background-color: rgb(79,170,114); }
div.DivClassName
{
background-color: #4FAA72;
}
.BgClassName
{
background-color: #4FAA72;
}
</style>
border-color css
<style>
span { border-color: #4FAA72; }
span { border-color: rgb(79,170,114); }
td.TdClassName
{
border-color: #4FAA72;
}
.TagClassName
{
border-color: #4FAA72;
}
</style>