Shades of Ocean Green #4FA86B
Tints of Ocean Green #4FA86B
RGB
CMYK
RGB Variations
Color information
#4FA86B (or 0x4FA86B) is known color: Ocean Green. HEX triplet: 4F, A8 and 6B. RGB value is (79,168,107). Sum of RGB (Red+Green+Blue) = 79+168+107=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA86B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA86B is #B05794. Grayscale: #868686. Windows color (decimal): -11556757 or 7055439. OLE color: 7055439.
HSL color Cylindrical-coordinate representation of color #4FA86B: hue angle of 138.88º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA86B is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 168 | 107 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.34 |
| HSL | 138.88º | 0.36% | 0.48% | - |
| HSV(B) | 138.88º | 0.53% | 0.66% | - |
| XYZ | 19.88 | 30.73 | 18.79 | - |
| YUV | 134.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 168 | 107 | 0.53 | 0 | 0.36 | 0.34 | 138.88 | 0.36 | 0.48 |
| Hex | 4F | A8 | 6B | 35 | 0 | 24 | 22 | 8B | 24 | 30 |
| Octal | 117 | 250 | 153 | 65 | 0 | 44 | 42 | 213 | 44 | 60 |
| Binary | 1001111 | 10101000 | 1101011 | 110101 | 0 | 100100 | 100010 | 10001011 | 100100 | 110000 |
Color Harmonies of #4FA86B
Complementary color
Monochromatic Colors of #4FA86B
Black with #4FA86B
Text Example
Text Example
White with #4FA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA86B; }
p { color: rgb(79,168,107); }
H1.HeaderClassName
{
color: #4FA86B;
}
.AnyTagClassName
{
color: #4FA86B;
}
</style>
background-color css
<style>
a { background-color: #4FA86B; }
a { background-color: rgb(79,168,107); }
div.DivClassName
{
background-color: #4FA86B;
}
.BgClassName
{
background-color: #4FA86B;
}
</style>
border-color css
<style>
span { border-color: #4FA86B; }
span { border-color: rgb(79,168,107); }
td.TdClassName
{
border-color: #4FA86B;
}
.TagClassName
{
border-color: #4FA86B;
}
</style>