Shades of Ocean Green #4F9F76
Tints of Ocean Green #4F9F76
RGB
CMYK
RGB Variations
Color information
#4F9F76 (or 0x4F9F76) is known color: Ocean Green. HEX triplet: 4F, 9F and 76. RGB value is (79,159,118). Sum of RGB (Red+Green+Blue) = 79+159+118=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F76 is #B06089. Grayscale: #828282. Windows color (decimal): -11559050 or 7774031. OLE color: 7774031.
HSL color Cylindrical-coordinate representation of color #4F9F76: hue angle of 149.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F76 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 118 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.38 |
| HSL | 149.25º | 0.34% | 0.47% | - |
| HSV(B) | 149.25º | 0.5% | 0.62% | - |
| XYZ | 18.89 | 27.77 | 21.5 | - |
| YUV | 130.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 118 | 0.50 | 0 | 0.26 | 0.38 | 149.25 | 0.34 | 0.47 |
| Hex | 4F | 9F | 76 | 32 | 0 | 1A | 26 | 95 | 22 | 2F |
| Octal | 117 | 237 | 166 | 62 | 0 | 32 | 46 | 225 | 42 | 57 |
| Binary | 1001111 | 10011111 | 1110110 | 110010 | 0 | 11010 | 100110 | 10010101 | 100010 | 101111 |
Color Harmonies of #4F9F76
Complementary color
Monochromatic Colors of #4F9F76
Black with #4F9F76
Text Example
Text Example
White with #4F9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F76; }
p { color: rgb(79,159,118); }
H1.HeaderClassName
{
color: #4F9F76;
}
.AnyTagClassName
{
color: #4F9F76;
}
</style>
background-color css
<style>
a { background-color: #4F9F76; }
a { background-color: rgb(79,159,118); }
div.DivClassName
{
background-color: #4F9F76;
}
.BgClassName
{
background-color: #4F9F76;
}
</style>
border-color css
<style>
span { border-color: #4F9F76; }
span { border-color: rgb(79,159,118); }
td.TdClassName
{
border-color: #4F9F76;
}
.TagClassName
{
border-color: #4F9F76;
}
</style>