Shades of Ocean Green #4F926A
Tints of Ocean Green #4F926A
RGB
CMYK
RGB Variations
Color information
#4F926A (or 0x4F926A) is known color: Ocean Green. HEX triplet: 4F, 92 and 6A. RGB value is (79,146,106). Sum of RGB (Red+Green+Blue) = 79+146+106=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #4F926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F926A is #B06D95. Grayscale: #797979. Windows color (decimal): -11562390 or 6984271. OLE color: 6984271.
HSL color Cylindrical-coordinate representation of color #4F926A: hue angle of 144.18º 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 #4F926A is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 106 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.43 |
| HSL | 144.18º | 0.3% | 0.44% | - |
| HSV(B) | 144.18º | 0.46% | 0.57% | - |
| XYZ | 16.1 | 23.26 | 17.28 | - |
| YUV | 121.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 106 | 0.46 | 0 | 0.27 | 0.43 | 144.18 | 0.3 | 0.44 |
| Hex | 4F | 92 | 6A | 2E | 0 | 1B | 2B | 90 | 1E | 2C |
| Octal | 117 | 222 | 152 | 56 | 0 | 33 | 53 | 220 | 36 | 54 |
| Binary | 1001111 | 10010010 | 1101010 | 101110 | 0 | 11011 | 101011 | 10010000 | 11110 | 101100 |
Color Harmonies of #4F926A
Complementary color
Monochromatic Colors of #4F926A
Black with #4F926A
Text Example
Text Example
White with #4F926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F926A; }
p { color: rgb(79,146,106); }
H1.HeaderClassName
{
color: #4F926A;
}
.AnyTagClassName
{
color: #4F926A;
}
</style>
background-color css
<style>
a { background-color: #4F926A; }
a { background-color: rgb(79,146,106); }
div.DivClassName
{
background-color: #4F926A;
}
.BgClassName
{
background-color: #4F926A;
}
</style>
border-color css
<style>
span { border-color: #4F926A; }
span { border-color: rgb(79,146,106); }
td.TdClassName
{
border-color: #4F926A;
}
.TagClassName
{
border-color: #4F926A;
}
</style>