Shades of Ocean Green #4F956C
Tints of Ocean Green #4F956C
RGB
CMYK
RGB Variations
Color information
#4F956C (or 0x4F956C) is known color: Ocean Green. HEX triplet: 4F, 95 and 6C. RGB value is (79,149,108). Sum of RGB (Red+Green+Blue) = 79+149+108=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #4F956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F956C is #B06A93. Grayscale: #7B7B7B. Windows color (decimal): -11561620 or 7116111. OLE color: 7116111.
HSL color Cylindrical-coordinate representation of color #4F956C: hue angle of 144.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F956C is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 108 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.42 |
| HSL | 144.86º | 0.31% | 0.45% | - |
| HSV(B) | 144.86º | 0.47% | 0.58% | - |
| XYZ | 16.68 | 24.24 | 17.99 | - |
| YUV | 123.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 108 | 0.47 | 0 | 0.28 | 0.42 | 144.86 | 0.31 | 0.45 |
| Hex | 4F | 95 | 6C | 2F | 0 | 1C | 2A | 91 | 1F | 2D |
| Octal | 117 | 225 | 154 | 57 | 0 | 34 | 52 | 221 | 37 | 55 |
| Binary | 1001111 | 10010101 | 1101100 | 101111 | 0 | 11100 | 101010 | 10010001 | 11111 | 101101 |
Color Harmonies of #4F956C
Complementary color
Monochromatic Colors of #4F956C
Black with #4F956C
Text Example
Text Example
White with #4F956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F956C; }
p { color: rgb(79,149,108); }
H1.HeaderClassName
{
color: #4F956C;
}
.AnyTagClassName
{
color: #4F956C;
}
</style>
background-color css
<style>
a { background-color: #4F956C; }
a { background-color: rgb(79,149,108); }
div.DivClassName
{
background-color: #4F956C;
}
.BgClassName
{
background-color: #4F956C;
}
</style>
border-color css
<style>
span { border-color: #4F956C; }
span { border-color: rgb(79,149,108); }
td.TdClassName
{
border-color: #4F956C;
}
.TagClassName
{
border-color: #4F956C;
}
</style>