Shades of Ocean Green #4FA87B
Tints of Ocean Green #4FA87B
RGB
CMYK
RGB Variations
Color information
#4FA87B (or 0x4FA87B) is known color: Ocean Green. HEX triplet: 4F, A8 and 7B. RGB value is (79,168,123). Sum of RGB (Red+Green+Blue) = 79+168+123=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA87B is #B05784. Grayscale: #888888. Windows color (decimal): -11556741 or 8104015. OLE color: 8104015.
HSL color Cylindrical-coordinate representation of color #4FA87B: hue angle of 149.66º 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 #4FA87B is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 168 | 123 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.34 |
| HSL | 149.66º | 0.36% | 0.48% | - |
| HSV(B) | 149.66º | 0.53% | 0.66% | - |
| XYZ | 20.8 | 31.1 | 23.64 | - |
| YUV | 136.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 168 | 123 | 0.53 | 0 | 0.27 | 0.34 | 149.66 | 0.36 | 0.48 |
| Hex | 4F | A8 | 7B | 35 | 0 | 1B | 22 | 96 | 24 | 30 |
| Octal | 117 | 250 | 173 | 65 | 0 | 33 | 42 | 226 | 44 | 60 |
| Binary | 1001111 | 10101000 | 1111011 | 110101 | 0 | 11011 | 100010 | 10010110 | 100100 | 110000 |
Color Harmonies of #4FA87B
Complementary color
Monochromatic Colors of #4FA87B
Black with #4FA87B
Text Example
Text Example
White with #4FA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA87B; }
p { color: rgb(79,168,123); }
H1.HeaderClassName
{
color: #4FA87B;
}
.AnyTagClassName
{
color: #4FA87B;
}
</style>
background-color css
<style>
a { background-color: #4FA87B; }
a { background-color: rgb(79,168,123); }
div.DivClassName
{
background-color: #4FA87B;
}
.BgClassName
{
background-color: #4FA87B;
}
</style>
border-color css
<style>
span { border-color: #4FA87B; }
span { border-color: rgb(79,168,123); }
td.TdClassName
{
border-color: #4FA87B;
}
.TagClassName
{
border-color: #4FA87B;
}
</style>