Shades of Ocean Green #4FA676
Tints of Ocean Green #4FA676
RGB
CMYK
RGB Variations
Color information
#4FA676 (or 0x4FA676) is known color: Ocean Green. HEX triplet: 4F, A6 and 76. RGB value is (79,166,118). Sum of RGB (Red+Green+Blue) = 79+166+118=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA676 is #B05989. Grayscale: #868686. Windows color (decimal): -11557258 or 7775823. OLE color: 7775823.
HSL color Cylindrical-coordinate representation of color #4FA676: hue angle of 146.9º 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 #4FA676 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 118 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.35 |
| HSL | 146.9º | 0.36% | 0.48% | - |
| HSV(B) | 146.9º | 0.52% | 0.65% | - |
| XYZ | 20.13 | 30.24 | 21.92 | - |
| YUV | 134.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 118 | 0.52 | 0 | 0.29 | 0.35 | 146.9 | 0.36 | 0.48 |
| Hex | 4F | A6 | 76 | 34 | 0 | 1D | 23 | 93 | 24 | 30 |
| Octal | 117 | 246 | 166 | 64 | 0 | 35 | 43 | 223 | 44 | 60 |
| Binary | 1001111 | 10100110 | 1110110 | 110100 | 0 | 11101 | 100011 | 10010011 | 100100 | 110000 |
Color Harmonies of #4FA676
Complementary color
Monochromatic Colors of #4FA676
Black with #4FA676
Text Example
Text Example
White with #4FA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA676; }
p { color: rgb(79,166,118); }
H1.HeaderClassName
{
color: #4FA676;
}
.AnyTagClassName
{
color: #4FA676;
}
</style>
background-color css
<style>
a { background-color: #4FA676; }
a { background-color: rgb(79,166,118); }
div.DivClassName
{
background-color: #4FA676;
}
.BgClassName
{
background-color: #4FA676;
}
</style>
border-color css
<style>
span { border-color: #4FA676; }
span { border-color: rgb(79,166,118); }
td.TdClassName
{
border-color: #4FA676;
}
.TagClassName
{
border-color: #4FA676;
}
</style>