Shades of Ocean Green #4F9B76
Tints of Ocean Green #4F9B76
RGB
CMYK
RGB Variations
Color information
#4F9B76 (or 0x4F9B76) is known color: Ocean Green. HEX triplet: 4F, 9B and 76. RGB value is (79,155,118). Sum of RGB (Red+Green+Blue) = 79+155+118=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9B76 is #B06489. Grayscale: #808080. Windows color (decimal): -11560074 or 7773007. OLE color: 7773007.
HSL color Cylindrical-coordinate representation of color #4F9B76: hue angle of 150.79º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9B76 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 155 | 118 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.39 |
| HSL | 150.79º | 0.32% | 0.46% | - |
| HSV(B) | 150.79º | 0.49% | 0.61% | - |
| XYZ | 18.22 | 26.41 | 21.28 | - |
| YUV | 128.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 155 | 118 | 0.49 | 0 | 0.24 | 0.39 | 150.79 | 0.32 | 0.46 |
| Hex | 4F | 9B | 76 | 31 | 0 | 18 | 27 | 97 | 20 | 2E |
| Octal | 117 | 233 | 166 | 61 | 0 | 30 | 47 | 227 | 40 | 56 |
| Binary | 1001111 | 10011011 | 1110110 | 110001 | 0 | 11000 | 100111 | 10010111 | 100000 | 101110 |
Color Harmonies of #4F9B76
Complementary color
Monochromatic Colors of #4F9B76
Black with #4F9B76
Text Example
Text Example
White with #4F9B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9B76; }
p { color: rgb(79,155,118); }
H1.HeaderClassName
{
color: #4F9B76;
}
.AnyTagClassName
{
color: #4F9B76;
}
</style>
background-color css
<style>
a { background-color: #4F9B76; }
a { background-color: rgb(79,155,118); }
div.DivClassName
{
background-color: #4F9B76;
}
.BgClassName
{
background-color: #4F9B76;
}
</style>
border-color css
<style>
span { border-color: #4F9B76; }
span { border-color: rgb(79,155,118); }
td.TdClassName
{
border-color: #4F9B76;
}
.TagClassName
{
border-color: #4F9B76;
}
</style>