Shades of Ocean Green #4FAB6E
Tints of Ocean Green #4FAB6E
RGB
CMYK
RGB Variations
Color information
#4FAB6E (or 0x4FAB6E) is known color: Ocean Green. HEX triplet: 4F, AB and 6E. RGB value is (79,171,110). Sum of RGB (Red+Green+Blue) = 79+171+110=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAB6E is #B05491. Grayscale: #888888. Windows color (decimal): -11555986 or 7252815. OLE color: 7252815.
HSL color Cylindrical-coordinate representation of color #4FAB6E: hue angle of 140.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAB6E is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 110 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.33 |
| HSL | 140.22º | 0.37% | 0.49% | - |
| HSV(B) | 140.22º | 0.54% | 0.67% | - |
| XYZ | 20.6 | 31.91 | 19.83 | - |
| YUV | 136.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 110 | 0.54 | 0 | 0.36 | 0.33 | 140.22 | 0.37 | 0.49 |
| Hex | 4F | AB | 6E | 36 | 0 | 24 | 21 | 8C | 25 | 31 |
| Octal | 117 | 253 | 156 | 66 | 0 | 44 | 41 | 214 | 45 | 61 |
| Binary | 1001111 | 10101011 | 1101110 | 110110 | 0 | 100100 | 100001 | 10001100 | 100101 | 110001 |
Color Harmonies of #4FAB6E
Complementary color
Monochromatic Colors of #4FAB6E
Black with #4FAB6E
Text Example
Text Example
White with #4FAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB6E; }
p { color: rgb(79,171,110); }
H1.HeaderClassName
{
color: #4FAB6E;
}
.AnyTagClassName
{
color: #4FAB6E;
}
</style>
background-color css
<style>
a { background-color: #4FAB6E; }
a { background-color: rgb(79,171,110); }
div.DivClassName
{
background-color: #4FAB6E;
}
.BgClassName
{
background-color: #4FAB6E;
}
</style>
border-color css
<style>
span { border-color: #4FAB6E; }
span { border-color: rgb(79,171,110); }
td.TdClassName
{
border-color: #4FAB6E;
}
.TagClassName
{
border-color: #4FAB6E;
}
</style>