Shades of Ocean Green #4FAB68
Tints of Ocean Green #4FAB68
RGB
CMYK
RGB Variations
Color information
#4FAB68 (or 0x4FAB68) is known color: Ocean Green. HEX triplet: 4F, AB and 68. RGB value is (79,171,104). Sum of RGB (Red+Green+Blue) = 79+171+104=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAB68 is #B05497. Grayscale: #888888. Windows color (decimal): -11555992 or 6859599. OLE color: 6859599.
HSL color Cylindrical-coordinate representation of color #4FAB68: hue angle of 136.3º 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 #4FAB68 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 104 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.33 |
| HSL | 136.3º | 0.37% | 0.49% | - |
| HSV(B) | 136.3º | 0.54% | 0.67% | - |
| XYZ | 20.29 | 31.79 | 18.16 | - |
| YUV | 135.85 | 110.02 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 104 | 0.54 | 0 | 0.39 | 0.33 | 136.3 | 0.37 | 0.49 |
| Hex | 4F | AB | 68 | 36 | 0 | 27 | 21 | 88 | 25 | 31 |
| Octal | 117 | 253 | 150 | 66 | 0 | 47 | 41 | 210 | 45 | 61 |
| Binary | 1001111 | 10101011 | 1101000 | 110110 | 0 | 100111 | 100001 | 10001000 | 100101 | 110001 |
Color Harmonies of #4FAB68
Complementary color
Monochromatic Colors of #4FAB68
Black with #4FAB68
Text Example
Text Example
White with #4FAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB68; }
p { color: rgb(79,171,104); }
H1.HeaderClassName
{
color: #4FAB68;
}
.AnyTagClassName
{
color: #4FAB68;
}
</style>
background-color css
<style>
a { background-color: #4FAB68; }
a { background-color: rgb(79,171,104); }
div.DivClassName
{
background-color: #4FAB68;
}
.BgClassName
{
background-color: #4FAB68;
}
</style>
border-color css
<style>
span { border-color: #4FAB68; }
span { border-color: rgb(79,171,104); }
td.TdClassName
{
border-color: #4FAB68;
}
.TagClassName
{
border-color: #4FAB68;
}
</style>