Shades of Ocean Green #4F9F7A
Tints of Ocean Green #4F9F7A
RGB
CMYK
RGB Variations
Color information
#4F9F7A (or 0x4F9F7A) is known color: Ocean Green. HEX triplet: 4F, 9F and 7A. RGB value is (79,159,122). Sum of RGB (Red+Green+Blue) = 79+159+122=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F7A is #B06085. Grayscale: #828282. Windows color (decimal): -11559046 or 8036175. OLE color: 8036175.
HSL color Cylindrical-coordinate representation of color #4F9F7A: hue angle of 152.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F7A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 122 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.38 |
| HSL | 152.25º | 0.34% | 0.47% | - |
| HSV(B) | 152.25º | 0.5% | 0.62% | - |
| XYZ | 19.14 | 27.86 | 22.78 | - |
| YUV | 130.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 122 | 0.50 | 0 | 0.23 | 0.38 | 152.25 | 0.34 | 0.47 |
| Hex | 4F | 9F | 7A | 32 | 0 | 17 | 26 | 98 | 22 | 2F |
| Octal | 117 | 237 | 172 | 62 | 0 | 27 | 46 | 230 | 42 | 57 |
| Binary | 1001111 | 10011111 | 1111010 | 110010 | 0 | 10111 | 100110 | 10011000 | 100010 | 101111 |
Color Harmonies of #4F9F7A
Complementary color
Monochromatic Colors of #4F9F7A
Black with #4F9F7A
Text Example
Text Example
White with #4F9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F7A; }
p { color: rgb(79,159,122); }
H1.HeaderClassName
{
color: #4F9F7A;
}
.AnyTagClassName
{
color: #4F9F7A;
}
</style>
background-color css
<style>
a { background-color: #4F9F7A; }
a { background-color: rgb(79,159,122); }
div.DivClassName
{
background-color: #4F9F7A;
}
.BgClassName
{
background-color: #4F9F7A;
}
</style>
border-color css
<style>
span { border-color: #4F9F7A; }
span { border-color: rgb(79,159,122); }
td.TdClassName
{
border-color: #4F9F7A;
}
.TagClassName
{
border-color: #4F9F7A;
}
</style>