Shades of Ocean Green #4FA681
Tints of Ocean Green #4FA681
RGB
CMYK
RGB Variations
Color information
#4FA681 (or 0x4FA681) is known color: Ocean Green. HEX triplet: 4F, A6 and 81. RGB value is (79,166,129). Sum of RGB (Red+Green+Blue) = 79+166+129=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA681 is #B0597E. Grayscale: #878787. Windows color (decimal): -11557247 or 8496719. OLE color: 8496719.
HSL color Cylindrical-coordinate representation of color #4FA681: hue angle of 154.48º 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 #4FA681 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 129 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.35 |
| HSL | 154.48º | 0.36% | 0.48% | - |
| HSV(B) | 154.48º | 0.52% | 0.65% | - |
| XYZ | 20.82 | 30.52 | 25.56 | - |
| YUV | 135.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 129 | 0.52 | 0 | 0.22 | 0.35 | 154.48 | 0.36 | 0.48 |
| Hex | 4F | A6 | 81 | 34 | 0 | 16 | 23 | 9A | 24 | 30 |
| Octal | 117 | 246 | 201 | 64 | 0 | 26 | 43 | 232 | 44 | 60 |
| Binary | 1001111 | 10100110 | 10000001 | 110100 | 0 | 10110 | 100011 | 10011010 | 100100 | 110000 |
Color Harmonies of #4FA681
Complementary color
Monochromatic Colors of #4FA681
Black with #4FA681
Text Example
Text Example
White with #4FA681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA681; }
p { color: rgb(79,166,129); }
H1.HeaderClassName
{
color: #4FA681;
}
.AnyTagClassName
{
color: #4FA681;
}
</style>
background-color css
<style>
a { background-color: #4FA681; }
a { background-color: rgb(79,166,129); }
div.DivClassName
{
background-color: #4FA681;
}
.BgClassName
{
background-color: #4FA681;
}
</style>
border-color css
<style>
span { border-color: #4FA681; }
span { border-color: rgb(79,166,129); }
td.TdClassName
{
border-color: #4FA681;
}
.TagClassName
{
border-color: #4FA681;
}
</style>