Shades of Ocean Green #4FA669
Tints of Ocean Green #4FA669
RGB
CMYK
RGB Variations
Color information
#4FA669 (or 0x4FA669) is known color: Ocean Green. HEX triplet: 4F, A6 and 69. RGB value is (79,166,105). Sum of RGB (Red+Green+Blue) = 79+166+105=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA669 is #B05996. Grayscale: #858585. Windows color (decimal): -11557271 or 6923855. OLE color: 6923855.
HSL color Cylindrical-coordinate representation of color #4FA669: hue angle of 137.93º 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 #4FA669 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 105 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.35 |
| HSL | 137.93º | 0.36% | 0.48% | - |
| HSV(B) | 137.93º | 0.52% | 0.65% | - |
| XYZ | 19.41 | 29.95 | 18.12 | - |
| YUV | 133.03 | 112.18 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 105 | 0.52 | 0 | 0.37 | 0.35 | 137.93 | 0.36 | 0.48 |
| Hex | 4F | A6 | 69 | 34 | 0 | 25 | 23 | 8A | 24 | 30 |
| Octal | 117 | 246 | 151 | 64 | 0 | 45 | 43 | 212 | 44 | 60 |
| Binary | 1001111 | 10100110 | 1101001 | 110100 | 0 | 100101 | 100011 | 10001010 | 100100 | 110000 |
Color Harmonies of #4FA669
Complementary color
Monochromatic Colors of #4FA669
Black with #4FA669
Text Example
Text Example
White with #4FA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA669; }
p { color: rgb(79,166,105); }
H1.HeaderClassName
{
color: #4FA669;
}
.AnyTagClassName
{
color: #4FA669;
}
</style>
background-color css
<style>
a { background-color: #4FA669; }
a { background-color: rgb(79,166,105); }
div.DivClassName
{
background-color: #4FA669;
}
.BgClassName
{
background-color: #4FA669;
}
</style>
border-color css
<style>
span { border-color: #4FA669; }
span { border-color: rgb(79,166,105); }
td.TdClassName
{
border-color: #4FA669;
}
.TagClassName
{
border-color: #4FA669;
}
</style>