Shades of Ocean Green #4FA276
Tints of Ocean Green #4FA276
RGB
CMYK
RGB Variations
Color information
#4FA276 (or 0x4FA276) is known color: Ocean Green. HEX triplet: 4F, A2 and 76. RGB value is (79,162,118). Sum of RGB (Red+Green+Blue) = 79+162+118=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA276 is #B05D89. Grayscale: #848484. Windows color (decimal): -11558282 or 7774799. OLE color: 7774799.
HSL color Cylindrical-coordinate representation of color #4FA276: hue angle of 148.19º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA276 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 118 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.36 |
| HSL | 148.19º | 0.34% | 0.47% | - |
| HSV(B) | 148.19º | 0.51% | 0.64% | - |
| XYZ | 19.41 | 28.81 | 21.68 | - |
| YUV | 132.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 118 | 0.51 | 0 | 0.27 | 0.36 | 148.19 | 0.34 | 0.47 |
| Hex | 4F | A2 | 76 | 33 | 0 | 1B | 24 | 94 | 22 | 2F |
| Octal | 117 | 242 | 166 | 63 | 0 | 33 | 44 | 224 | 42 | 57 |
| Binary | 1001111 | 10100010 | 1110110 | 110011 | 0 | 11011 | 100100 | 10010100 | 100010 | 101111 |
Color Harmonies of #4FA276
Complementary color
Monochromatic Colors of #4FA276
Black with #4FA276
Text Example
Text Example
White with #4FA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA276; }
p { color: rgb(79,162,118); }
H1.HeaderClassName
{
color: #4FA276;
}
.AnyTagClassName
{
color: #4FA276;
}
</style>
background-color css
<style>
a { background-color: #4FA276; }
a { background-color: rgb(79,162,118); }
div.DivClassName
{
background-color: #4FA276;
}
.BgClassName
{
background-color: #4FA276;
}
</style>
border-color css
<style>
span { border-color: #4FA276; }
span { border-color: rgb(79,162,118); }
td.TdClassName
{
border-color: #4FA276;
}
.TagClassName
{
border-color: #4FA276;
}
</style>