Shades of Ocean Green #4F916A
Tints of Ocean Green #4F916A
RGB
CMYK
RGB Variations
Color information
#4F916A (or 0x4F916A) is known color: Ocean Green. HEX triplet: 4F, 91 and 6A. RGB value is (79,145,106). Sum of RGB (Red+Green+Blue) = 79+145+106=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #4F916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F916A is #B06E95. Grayscale: #787878. Windows color (decimal): -11562646 or 6984015. OLE color: 6984015.
HSL color Cylindrical-coordinate representation of color #4F916A: hue angle of 144.55º degrees, saturation: 0.29, 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 #4F916A is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 106 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.43 |
| HSL | 144.55º | 0.29% | 0.44% | - |
| HSV(B) | 144.55º | 0.46% | 0.57% | - |
| XYZ | 15.95 | 22.95 | 17.23 | - |
| YUV | 120.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 106 | 0.46 | 0 | 0.27 | 0.43 | 144.55 | 0.29 | 0.44 |
| Hex | 4F | 91 | 6A | 2E | 0 | 1B | 2B | 91 | 1D | 2C |
| Octal | 117 | 221 | 152 | 56 | 0 | 33 | 53 | 221 | 35 | 54 |
| Binary | 1001111 | 10010001 | 1101010 | 101110 | 0 | 11011 | 101011 | 10010001 | 11101 | 101100 |
Color Harmonies of #4F916A
Complementary color
Monochromatic Colors of #4F916A
Black with #4F916A
Text Example
Text Example
White with #4F916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F916A; }
p { color: rgb(79,145,106); }
H1.HeaderClassName
{
color: #4F916A;
}
.AnyTagClassName
{
color: #4F916A;
}
</style>
background-color css
<style>
a { background-color: #4F916A; }
a { background-color: rgb(79,145,106); }
div.DivClassName
{
background-color: #4F916A;
}
.BgClassName
{
background-color: #4F916A;
}
</style>
border-color css
<style>
span { border-color: #4F916A; }
span { border-color: rgb(79,145,106); }
td.TdClassName
{
border-color: #4F916A;
}
.TagClassName
{
border-color: #4F916A;
}
</style>