Shades of Ocean Green #4F9A6C
Tints of Ocean Green #4F9A6C
RGB
CMYK
RGB Variations
Color information
#4F9A6C (or 0x4F9A6C) is known color: Ocean Green. HEX triplet: 4F, 9A and 6C. RGB value is (79,154,108). Sum of RGB (Red+Green+Blue) = 79+154+108=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #4F9A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9A6C is #B06593. Grayscale: #7E7E7E. Windows color (decimal): -11560340 or 7117391. OLE color: 7117391.
HSL color Cylindrical-coordinate representation of color #4F9A6C: hue angle of 143.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9A6C is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 154 | 108 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.40 |
| HSL | 143.2º | 0.32% | 0.46% | - |
| HSV(B) | 143.2º | 0.49% | 0.6% | - |
| XYZ | 17.49 | 25.86 | 18.26 | - |
| YUV | 126.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 154 | 108 | 0.49 | 0 | 0.30 | 0.40 | 143.2 | 0.32 | 0.46 |
| Hex | 4F | 9A | 6C | 31 | 0 | 1E | 28 | 8F | 20 | 2E |
| Octal | 117 | 232 | 154 | 61 | 0 | 36 | 50 | 217 | 40 | 56 |
| Binary | 1001111 | 10011010 | 1101100 | 110001 | 0 | 11110 | 101000 | 10001111 | 100000 | 101110 |
Color Harmonies of #4F9A6C
Complementary color
Monochromatic Colors of #4F9A6C
Black with #4F9A6C
Text Example
Text Example
White with #4F9A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9A6C; }
p { color: rgb(79,154,108); }
H1.HeaderClassName
{
color: #4F9A6C;
}
.AnyTagClassName
{
color: #4F9A6C;
}
</style>
background-color css
<style>
a { background-color: #4F9A6C; }
a { background-color: rgb(79,154,108); }
div.DivClassName
{
background-color: #4F9A6C;
}
.BgClassName
{
background-color: #4F9A6C;
}
</style>
border-color css
<style>
span { border-color: #4F9A6C; }
span { border-color: rgb(79,154,108); }
td.TdClassName
{
border-color: #4F9A6C;
}
.TagClassName
{
border-color: #4F9A6C;
}
</style>