Shades of Ocean Green #4FA668
Tints of Ocean Green #4FA668
RGB
CMYK
RGB Variations
Color information
#4FA668 (or 0x4FA668) is known color: Ocean Green. HEX triplet: 4F, A6 and 68. RGB value is (79,166,104). Sum of RGB (Red+Green+Blue) = 79+166+104=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA668 is #B05997. Grayscale: #858585. Windows color (decimal): -11557272 or 6858319. OLE color: 6858319.
HSL color Cylindrical-coordinate representation of color #4FA668: hue angle of 137.24º 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 #4FA668 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 104 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.35 |
| HSL | 137.24º | 0.36% | 0.48% | - |
| HSV(B) | 137.24º | 0.52% | 0.65% | - |
| XYZ | 19.36 | 29.93 | 17.85 | - |
| YUV | 132.92 | 111.68 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 104 | 0.52 | 0 | 0.37 | 0.35 | 137.24 | 0.36 | 0.48 |
| Hex | 4F | A6 | 68 | 34 | 0 | 25 | 23 | 89 | 24 | 30 |
| Octal | 117 | 246 | 150 | 64 | 0 | 45 | 43 | 211 | 44 | 60 |
| Binary | 1001111 | 10100110 | 1101000 | 110100 | 0 | 100101 | 100011 | 10001001 | 100100 | 110000 |
Color Harmonies of #4FA668
Complementary color
Monochromatic Colors of #4FA668
Black with #4FA668
Text Example
Text Example
White with #4FA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA668; }
p { color: rgb(79,166,104); }
H1.HeaderClassName
{
color: #4FA668;
}
.AnyTagClassName
{
color: #4FA668;
}
</style>
background-color css
<style>
a { background-color: #4FA668; }
a { background-color: rgb(79,166,104); }
div.DivClassName
{
background-color: #4FA668;
}
.BgClassName
{
background-color: #4FA668;
}
</style>
border-color css
<style>
span { border-color: #4FA668; }
span { border-color: rgb(79,166,104); }
td.TdClassName
{
border-color: #4FA668;
}
.TagClassName
{
border-color: #4FA668;
}
</style>