Shades of Ocean Green #4F9B68
Tints of Ocean Green #4F9B68
RGB
CMYK
RGB Variations
Color information
#4F9B68 (or 0x4F9B68) is known color: Ocean Green. HEX triplet: 4F, 9B and 68. RGB value is (79,155,104). Sum of RGB (Red+Green+Blue) = 79+155+104=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9B68 is #B06497. Grayscale: #7E7E7E. Windows color (decimal): -11560088 or 6855503. OLE color: 6855503.
HSL color Cylindrical-coordinate representation of color #4F9B68: hue angle of 139.74º 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 #4F9B68 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 155 | 104 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.39 |
| HSL | 139.74º | 0.32% | 0.46% | - |
| HSV(B) | 139.74º | 0.49% | 0.61% | - |
| XYZ | 17.44 | 26.1 | 17.22 | - |
| YUV | 126.46 | 115.32 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 155 | 104 | 0.49 | 0 | 0.33 | 0.39 | 139.74 | 0.32 | 0.46 |
| Hex | 4F | 9B | 68 | 31 | 0 | 21 | 27 | 8C | 20 | 2E |
| Octal | 117 | 233 | 150 | 61 | 0 | 41 | 47 | 214 | 40 | 56 |
| Binary | 1001111 | 10011011 | 1101000 | 110001 | 0 | 100001 | 100111 | 10001100 | 100000 | 101110 |
Color Harmonies of #4F9B68
Complementary color
Monochromatic Colors of #4F9B68
Black with #4F9B68
Text Example
Text Example
White with #4F9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9B68; }
p { color: rgb(79,155,104); }
H1.HeaderClassName
{
color: #4F9B68;
}
.AnyTagClassName
{
color: #4F9B68;
}
</style>
background-color css
<style>
a { background-color: #4F9B68; }
a { background-color: rgb(79,155,104); }
div.DivClassName
{
background-color: #4F9B68;
}
.BgClassName
{
background-color: #4F9B68;
}
</style>
border-color css
<style>
span { border-color: #4F9B68; }
span { border-color: rgb(79,155,104); }
td.TdClassName
{
border-color: #4F9B68;
}
.TagClassName
{
border-color: #4F9B68;
}
</style>