Shades of Ocean Green #4FA66E
Tints of Ocean Green #4FA66E
RGB
CMYK
RGB Variations
Color information
#4FA66E (or 0x4FA66E) is known color: Ocean Green. HEX triplet: 4F, A6 and 6E. RGB value is (79,166,110). Sum of RGB (Red+Green+Blue) = 79+166+110=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA66E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA66E is #B05991. Grayscale: #858585. Windows color (decimal): -11557266 or 7251535. OLE color: 7251535.
HSL color Cylindrical-coordinate representation of color #4FA66E: hue angle of 141.38º 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 #4FA66E is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 110 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.35 |
| HSL | 141.38º | 0.36% | 0.48% | - |
| HSV(B) | 141.38º | 0.52% | 0.65% | - |
| XYZ | 19.68 | 30.06 | 19.52 | - |
| YUV | 133.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 110 | 0.52 | 0 | 0.34 | 0.35 | 141.38 | 0.36 | 0.48 |
| Hex | 4F | A6 | 6E | 34 | 0 | 22 | 23 | 8D | 24 | 30 |
| Octal | 117 | 246 | 156 | 64 | 0 | 42 | 43 | 215 | 44 | 60 |
| Binary | 1001111 | 10100110 | 1101110 | 110100 | 0 | 100010 | 100011 | 10001101 | 100100 | 110000 |
Color Harmonies of #4FA66E
Complementary color
Monochromatic Colors of #4FA66E
Black with #4FA66E
Text Example
Text Example
White with #4FA66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA66E; }
p { color: rgb(79,166,110); }
H1.HeaderClassName
{
color: #4FA66E;
}
.AnyTagClassName
{
color: #4FA66E;
}
</style>
background-color css
<style>
a { background-color: #4FA66E; }
a { background-color: rgb(79,166,110); }
div.DivClassName
{
background-color: #4FA66E;
}
.BgClassName
{
background-color: #4FA66E;
}
</style>
border-color css
<style>
span { border-color: #4FA66E; }
span { border-color: rgb(79,166,110); }
td.TdClassName
{
border-color: #4FA66E;
}
.TagClassName
{
border-color: #4FA66E;
}
</style>