Shades of Ocean Green #4FAF68
Tints of Ocean Green #4FAF68
RGB
CMYK
RGB Variations
Color information
#4FAF68 (or 0x4FAF68) is known color: Ocean Green. HEX triplet: 4F, AF and 68. RGB value is (79,175,104). Sum of RGB (Red+Green+Blue) = 79+175+104=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF68 is #B05097. Grayscale: #8A8A8A. Windows color (decimal): -11554968 or 6860623. OLE color: 6860623.
HSL color Cylindrical-coordinate representation of color #4FAF68: hue angle of 135.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF68 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 175 | 104 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.31 |
| HSL | 135.63º | 0.38% | 0.5% | - |
| HSV(B) | 135.63º | 0.55% | 0.69% | - |
| XYZ | 21.05 | 33.32 | 18.42 | - |
| YUV | 138.2 | 108.7 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 104 | 0.55 | 0 | 0.41 | 0.31 | 135.63 | 0.38 | 0.5 |
| Hex | 4F | AF | 68 | 37 | 0 | 29 | 1F | 88 | 26 | 32 |
| Octal | 117 | 257 | 150 | 67 | 0 | 51 | 37 | 210 | 46 | 62 |
| Binary | 1001111 | 10101111 | 1101000 | 110111 | 0 | 101001 | 11111 | 10001000 | 100110 | 110010 |
Color Harmonies of #4FAF68
Complementary color
Monochromatic Colors of #4FAF68
Black with #4FAF68
Text Example
Text Example
White with #4FAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAF68; }
p { color: rgb(79,175,104); }
H1.HeaderClassName
{
color: #4FAF68;
}
.AnyTagClassName
{
color: #4FAF68;
}
</style>
background-color css
<style>
a { background-color: #4FAF68; }
a { background-color: rgb(79,175,104); }
div.DivClassName
{
background-color: #4FAF68;
}
.BgClassName
{
background-color: #4FAF68;
}
</style>
border-color css
<style>
span { border-color: #4FAF68; }
span { border-color: rgb(79,175,104); }
td.TdClassName
{
border-color: #4FAF68;
}
.TagClassName
{
border-color: #4FAF68;
}
</style>