Shades of Ocean Green #4FA47B
Tints of Ocean Green #4FA47B
RGB
CMYK
RGB Variations
Color information
#4FA47B (or 0x4FA47B) is known color: Ocean Green. HEX triplet: 4F, A4 and 7B. RGB value is (79,164,123). Sum of RGB (Red+Green+Blue) = 79+164+123=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA47B is #B05B84. Grayscale: #858585. Windows color (decimal): -11557765 or 8102991. OLE color: 8102991.
HSL color Cylindrical-coordinate representation of color #4FA47B: hue angle of 151.06º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA47B is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 123 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.36 |
| HSL | 151.06º | 0.35% | 0.48% | - |
| HSV(B) | 151.06º | 0.52% | 0.64% | - |
| XYZ | 20.08 | 29.64 | 23.4 | - |
| YUV | 133.91 | 121.84 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 123 | 0.52 | 0 | 0.25 | 0.36 | 151.06 | 0.35 | 0.48 |
| Hex | 4F | A4 | 7B | 34 | 0 | 19 | 24 | 97 | 23 | 30 |
| Octal | 117 | 244 | 173 | 64 | 0 | 31 | 44 | 227 | 43 | 60 |
| Binary | 1001111 | 10100100 | 1111011 | 110100 | 0 | 11001 | 100100 | 10010111 | 100011 | 110000 |
Color Harmonies of #4FA47B
Complementary color
Monochromatic Colors of #4FA47B
Black with #4FA47B
Text Example
Text Example
White with #4FA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA47B; }
p { color: rgb(79,164,123); }
H1.HeaderClassName
{
color: #4FA47B;
}
.AnyTagClassName
{
color: #4FA47B;
}
</style>
background-color css
<style>
a { background-color: #4FA47B; }
a { background-color: rgb(79,164,123); }
div.DivClassName
{
background-color: #4FA47B;
}
.BgClassName
{
background-color: #4FA47B;
}
</style>
border-color css
<style>
span { border-color: #4FA47B; }
span { border-color: rgb(79,164,123); }
td.TdClassName
{
border-color: #4FA47B;
}
.TagClassName
{
border-color: #4FA47B;
}
</style>