Shades of Ocean Green #4F926C
Tints of Ocean Green #4F926C
RGB
CMYK
RGB Variations
Color information
#4F926C (or 0x4F926C) is known color: Ocean Green. HEX triplet: 4F, 92 and 6C. RGB value is (79,146,108). Sum of RGB (Red+Green+Blue) = 79+146+108=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #4F926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F926C is #B06D93. Grayscale: #797979. Windows color (decimal): -11562388 or 7115343. OLE color: 7115343.
HSL color Cylindrical-coordinate representation of color #4F926C: hue angle of 145.97º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F926C is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 108 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.43 |
| HSL | 145.97º | 0.3% | 0.44% | - |
| HSV(B) | 145.97º | 0.46% | 0.57% | - |
| XYZ | 16.21 | 23.3 | 17.83 | - |
| YUV | 121.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 108 | 0.46 | 0 | 0.26 | 0.43 | 145.97 | 0.3 | 0.44 |
| Hex | 4F | 92 | 6C | 2E | 0 | 1A | 2B | 92 | 1E | 2C |
| Octal | 117 | 222 | 154 | 56 | 0 | 32 | 53 | 222 | 36 | 54 |
| Binary | 1001111 | 10010010 | 1101100 | 101110 | 0 | 11010 | 101011 | 10010010 | 11110 | 101100 |
Color Harmonies of #4F926C
Complementary color
Monochromatic Colors of #4F926C
Black with #4F926C
Text Example
Text Example
White with #4F926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F926C; }
p { color: rgb(79,146,108); }
H1.HeaderClassName
{
color: #4F926C;
}
.AnyTagClassName
{
color: #4F926C;
}
</style>
background-color css
<style>
a { background-color: #4F926C; }
a { background-color: rgb(79,146,108); }
div.DivClassName
{
background-color: #4F926C;
}
.BgClassName
{
background-color: #4F926C;
}
</style>
border-color css
<style>
span { border-color: #4F926C; }
span { border-color: rgb(79,146,108); }
td.TdClassName
{
border-color: #4F926C;
}
.TagClassName
{
border-color: #4F926C;
}
</style>