Shades of Ocean Green #4FAC68
Tints of Ocean Green #4FAC68
RGB
CMYK
RGB Variations
Color information
#4FAC68 (or 0x4FAC68) is known color: Ocean Green. HEX triplet: 4F, AC and 68. RGB value is (79,172,104). Sum of RGB (Red+Green+Blue) = 79+172+104=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAC68 is #B05397. Grayscale: #888888. Windows color (decimal): -11555736 or 6859855. OLE color: 6859855.
HSL color Cylindrical-coordinate representation of color #4FAC68: hue angle of 136.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAC68 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 104 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.33 |
| HSL | 136.13º | 0.37% | 0.49% | - |
| HSV(B) | 136.13º | 0.54% | 0.67% | - |
| XYZ | 20.48 | 32.17 | 18.23 | - |
| YUV | 136.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 104 | 0.54 | 0 | 0.40 | 0.33 | 136.13 | 0.37 | 0.49 |
| Hex | 4F | AC | 68 | 36 | 0 | 28 | 21 | 88 | 25 | 31 |
| Octal | 117 | 254 | 150 | 66 | 0 | 50 | 41 | 210 | 45 | 61 |
| Binary | 1001111 | 10101100 | 1101000 | 110110 | 0 | 101000 | 100001 | 10001000 | 100101 | 110001 |
Color Harmonies of #4FAC68
Complementary color
Monochromatic Colors of #4FAC68
Black with #4FAC68
Text Example
Text Example
White with #4FAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAC68; }
p { color: rgb(79,172,104); }
H1.HeaderClassName
{
color: #4FAC68;
}
.AnyTagClassName
{
color: #4FAC68;
}
</style>
background-color css
<style>
a { background-color: #4FAC68; }
a { background-color: rgb(79,172,104); }
div.DivClassName
{
background-color: #4FAC68;
}
.BgClassName
{
background-color: #4FAC68;
}
</style>
border-color css
<style>
span { border-color: #4FAC68; }
span { border-color: rgb(79,172,104); }
td.TdClassName
{
border-color: #4FAC68;
}
.TagClassName
{
border-color: #4FAC68;
}
</style>