Shades of Ocean Green #4FA075
Tints of Ocean Green #4FA075
RGB
CMYK
RGB Variations
Color information
#4FA075 (or 0x4FA075) is known color: Ocean Green. HEX triplet: 4F, A0 and 75. RGB value is (79,160,117). Sum of RGB (Red+Green+Blue) = 79+160+117=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA075 is #B05F8A. Grayscale: #828282. Windows color (decimal): -11558795 or 7708751. OLE color: 7708751.
HSL color Cylindrical-coordinate representation of color #4FA075: hue angle of 148.15º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA075 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 117 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.37 |
| HSL | 148.15º | 0.34% | 0.47% | - |
| HSV(B) | 148.15º | 0.51% | 0.63% | - |
| XYZ | 19.01 | 28.09 | 21.25 | - |
| YUV | 130.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 117 | 0.51 | 0 | 0.27 | 0.37 | 148.15 | 0.34 | 0.47 |
| Hex | 4F | A0 | 75 | 33 | 0 | 1B | 25 | 94 | 22 | 2F |
| Octal | 117 | 240 | 165 | 63 | 0 | 33 | 45 | 224 | 42 | 57 |
| Binary | 1001111 | 10100000 | 1110101 | 110011 | 0 | 11011 | 100101 | 10010100 | 100010 | 101111 |
Color Harmonies of #4FA075
Complementary color
Monochromatic Colors of #4FA075
Black with #4FA075
Text Example
Text Example
White with #4FA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA075; }
p { color: rgb(79,160,117); }
H1.HeaderClassName
{
color: #4FA075;
}
.AnyTagClassName
{
color: #4FA075;
}
</style>
background-color css
<style>
a { background-color: #4FA075; }
a { background-color: rgb(79,160,117); }
div.DivClassName
{
background-color: #4FA075;
}
.BgClassName
{
background-color: #4FA075;
}
</style>
border-color css
<style>
span { border-color: #4FA075; }
span { border-color: rgb(79,160,117); }
td.TdClassName
{
border-color: #4FA075;
}
.TagClassName
{
border-color: #4FA075;
}
</style>