Shades of Ocean Green #4FA673
Tints of Ocean Green #4FA673
RGB
CMYK
RGB Variations
Color information
#4FA673 (or 0x4FA673) is known color: Ocean Green. HEX triplet: 4F, A6 and 73. RGB value is (79,166,115). Sum of RGB (Red+Green+Blue) = 79+166+115=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA673 is #B0598C. Grayscale: #868686. Windows color (decimal): -11557261 or 7579215. OLE color: 7579215.
HSL color Cylindrical-coordinate representation of color #4FA673: hue angle of 144.83º 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 #4FA673 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 115 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.35 |
| HSL | 144.83º | 0.36% | 0.48% | - |
| HSV(B) | 144.83º | 0.52% | 0.65% | - |
| XYZ | 19.96 | 30.17 | 20.99 | - |
| YUV | 134.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 115 | 0.52 | 0 | 0.31 | 0.35 | 144.83 | 0.36 | 0.48 |
| Hex | 4F | A6 | 73 | 34 | 0 | 1F | 23 | 91 | 24 | 30 |
| Octal | 117 | 246 | 163 | 64 | 0 | 37 | 43 | 221 | 44 | 60 |
| Binary | 1001111 | 10100110 | 1110011 | 110100 | 0 | 11111 | 100011 | 10010001 | 100100 | 110000 |
Color Harmonies of #4FA673
Complementary color
Monochromatic Colors of #4FA673
Black with #4FA673
Text Example
Text Example
White with #4FA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA673; }
p { color: rgb(79,166,115); }
H1.HeaderClassName
{
color: #4FA673;
}
.AnyTagClassName
{
color: #4FA673;
}
</style>
background-color css
<style>
a { background-color: #4FA673; }
a { background-color: rgb(79,166,115); }
div.DivClassName
{
background-color: #4FA673;
}
.BgClassName
{
background-color: #4FA673;
}
</style>
border-color css
<style>
span { border-color: #4FA673; }
span { border-color: rgb(79,166,115); }
td.TdClassName
{
border-color: #4FA673;
}
.TagClassName
{
border-color: #4FA673;
}
</style>