Shades of Ocean Green #4FAD74
Tints of Ocean Green #4FAD74
RGB
CMYK
RGB Variations
Color information
#4FAD74 (or 0x4FAD74) is known color: Ocean Green. HEX triplet: 4F, AD and 74. RGB value is (79,173,116). Sum of RGB (Red+Green+Blue) = 79+173+116=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #4FAD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAD74 is #B0528B. Grayscale: #8A8A8A. Windows color (decimal): -11555468 or 7646543. OLE color: 7646543.
HSL color Cylindrical-coordinate representation of color #4FAD74: hue angle of 143.62º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAD74 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 173 | 116 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.32 |
| HSL | 143.62º | 0.37% | 0.49% | - |
| HSV(B) | 143.62º | 0.54% | 0.68% | - |
| XYZ | 21.32 | 32.81 | 21.73 | - |
| YUV | 138.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 116 | 0.54 | 0 | 0.33 | 0.32 | 143.62 | 0.37 | 0.49 |
| Hex | 4F | AD | 74 | 36 | 0 | 21 | 20 | 90 | 25 | 31 |
| Octal | 117 | 255 | 164 | 66 | 0 | 41 | 40 | 220 | 45 | 61 |
| Binary | 1001111 | 10101101 | 1110100 | 110110 | 0 | 100001 | 100000 | 10010000 | 100101 | 110001 |
Color Harmonies of #4FAD74
Complementary color
Monochromatic Colors of #4FAD74
Black with #4FAD74
Text Example
Text Example
White with #4FAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAD74; }
p { color: rgb(79,173,116); }
H1.HeaderClassName
{
color: #4FAD74;
}
.AnyTagClassName
{
color: #4FAD74;
}
</style>
background-color css
<style>
a { background-color: #4FAD74; }
a { background-color: rgb(79,173,116); }
div.DivClassName
{
background-color: #4FAD74;
}
.BgClassName
{
background-color: #4FAD74;
}
</style>
border-color css
<style>
span { border-color: #4FAD74; }
span { border-color: rgb(79,173,116); }
td.TdClassName
{
border-color: #4FAD74;
}
.TagClassName
{
border-color: #4FAD74;
}
</style>