Shades of Ocean Green #4FA468
Tints of Ocean Green #4FA468
RGB
CMYK
RGB Variations
Color information
#4FA468 (or 0x4FA468) is known color: Ocean Green. HEX triplet: 4F, A4 and 68. RGB value is (79,164,104). Sum of RGB (Red+Green+Blue) = 79+164+104=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA468 is #B05B97. Grayscale: #838383. Windows color (decimal): -11557784 or 6857807. OLE color: 6857807.
HSL color Cylindrical-coordinate representation of color #4FA468: hue angle of 137.65º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA468 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 104 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.36 |
| HSL | 137.65º | 0.35% | 0.48% | - |
| HSV(B) | 137.65º | 0.52% | 0.64% | - |
| XYZ | 19 | 29.21 | 17.73 | - |
| YUV | 131.75 | 112.34 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 104 | 0.52 | 0 | 0.37 | 0.36 | 137.65 | 0.35 | 0.48 |
| Hex | 4F | A4 | 68 | 34 | 0 | 25 | 24 | 8A | 23 | 30 |
| Octal | 117 | 244 | 150 | 64 | 0 | 45 | 44 | 212 | 43 | 60 |
| Binary | 1001111 | 10100100 | 1101000 | 110100 | 0 | 100101 | 100100 | 10001010 | 100011 | 110000 |
Color Harmonies of #4FA468
Complementary color
Monochromatic Colors of #4FA468
Black with #4FA468
Text Example
Text Example
White with #4FA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA468; }
p { color: rgb(79,164,104); }
H1.HeaderClassName
{
color: #4FA468;
}
.AnyTagClassName
{
color: #4FA468;
}
</style>
background-color css
<style>
a { background-color: #4FA468; }
a { background-color: rgb(79,164,104); }
div.DivClassName
{
background-color: #4FA468;
}
.BgClassName
{
background-color: #4FA468;
}
</style>
border-color css
<style>
span { border-color: #4FA468; }
span { border-color: rgb(79,164,104); }
td.TdClassName
{
border-color: #4FA468;
}
.TagClassName
{
border-color: #4FA468;
}
</style>