Shades of Ocean Green #4FA679
Tints of Ocean Green #4FA679
RGB
CMYK
RGB Variations
Color information
#4FA679 (or 0x4FA679) is known color: Ocean Green. HEX triplet: 4F, A6 and 79. RGB value is (79,166,121). Sum of RGB (Red+Green+Blue) = 79+166+121=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA679 is #B05986. Grayscale: #868686. Windows color (decimal): -11557255 or 7972431. OLE color: 7972431.
HSL color Cylindrical-coordinate representation of color #4FA679: hue angle of 148.97º 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 #4FA679 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 121 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.35 |
| HSL | 148.97º | 0.36% | 0.48% | - |
| HSV(B) | 148.97º | 0.52% | 0.65% | - |
| XYZ | 20.31 | 30.32 | 22.87 | - |
| YUV | 134.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 121 | 0.52 | 0 | 0.27 | 0.35 | 148.97 | 0.36 | 0.48 |
| Hex | 4F | A6 | 79 | 34 | 0 | 1B | 23 | 95 | 24 | 30 |
| Octal | 117 | 246 | 171 | 64 | 0 | 33 | 43 | 225 | 44 | 60 |
| Binary | 1001111 | 10100110 | 1111001 | 110100 | 0 | 11011 | 100011 | 10010101 | 100100 | 110000 |
Color Harmonies of #4FA679
Complementary color
Monochromatic Colors of #4FA679
Black with #4FA679
Text Example
Text Example
White with #4FA679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA679; }
p { color: rgb(79,166,121); }
H1.HeaderClassName
{
color: #4FA679;
}
.AnyTagClassName
{
color: #4FA679;
}
</style>
background-color css
<style>
a { background-color: #4FA679; }
a { background-color: rgb(79,166,121); }
div.DivClassName
{
background-color: #4FA679;
}
.BgClassName
{
background-color: #4FA679;
}
</style>
border-color css
<style>
span { border-color: #4FA679; }
span { border-color: rgb(79,166,121); }
td.TdClassName
{
border-color: #4FA679;
}
.TagClassName
{
border-color: #4FA679;
}
</style>