Shades of Ocean Green #4FB875
Tints of Ocean Green #4FB875
RGB
CMYK
RGB Variations
Color information
#4FB875 (or 0x4FB875) is known color: Ocean Green. HEX triplet: 4F, B8 and 75. RGB value is (79,184,117). Sum of RGB (Red+Green+Blue) = 79+184+117=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB875 is #B0478A. Grayscale: #919191. Windows color (decimal): -11552651 or 7714895. OLE color: 7714895.
HSL color Cylindrical-coordinate representation of color #4FB875: hue angle of 141.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB875 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 184 | 117 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.28 |
| HSL | 141.71º | 0.43% | 0.52% | - |
| HSV(B) | 141.71º | 0.57% | 0.72% | - |
| XYZ | 23.58 | 37.23 | 22.77 | - |
| YUV | 144.97 | 112.21 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 184 | 117 | 0.57 | 0 | 0.36 | 0.28 | 141.71 | 0.43 | 0.52 |
| Hex | 4F | B8 | 75 | 39 | 0 | 24 | 1C | 8E | 2B | 34 |
| Octal | 117 | 270 | 165 | 71 | 0 | 44 | 34 | 216 | 53 | 64 |
| Binary | 1001111 | 10111000 | 1110101 | 111001 | 0 | 100100 | 11100 | 10001110 | 101011 | 110100 |
Color Harmonies of #4FB875
Complementary color
Monochromatic Colors of #4FB875
Black with #4FB875
Text Example
Text Example
White with #4FB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB875; }
p { color: rgb(79,184,117); }
H1.HeaderClassName
{
color: #4FB875;
}
.AnyTagClassName
{
color: #4FB875;
}
</style>
background-color css
<style>
a { background-color: #4FB875; }
a { background-color: rgb(79,184,117); }
div.DivClassName
{
background-color: #4FB875;
}
.BgClassName
{
background-color: #4FB875;
}
</style>
border-color css
<style>
span { border-color: #4FB875; }
span { border-color: rgb(79,184,117); }
td.TdClassName
{
border-color: #4FB875;
}
.TagClassName
{
border-color: #4FB875;
}
</style>