Shades of Ocean Green #4C9A75
Tints of Ocean Green #4C9A75
RGB
CMYK
RGB Variations
Color information
#4C9A75 (or 0x4C9A75) is known color: Ocean Green. HEX triplet: 4C, 9A and 75. RGB value is (76,154,117). Sum of RGB (Red+Green+Blue) = 76+154+117=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #4C9A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9A75 is #B3658A. Grayscale: #7E7E7E. Windows color (decimal): -11756939 or 7707212. OLE color: 7707212.
HSL color Cylindrical-coordinate representation of color #4C9A75: hue angle of 151.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9A75 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 154 | 117 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.40 |
| HSL | 151.54º | 0.34% | 0.45% | - |
| HSV(B) | 151.54º | 0.51% | 0.6% | - |
| XYZ | 17.75 | 25.93 | 20.9 | - |
| YUV | 126.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 154 | 117 | 0.51 | 0 | 0.24 | 0.40 | 151.54 | 0.34 | 0.45 |
| Hex | 4C | 9A | 75 | 33 | 0 | 18 | 28 | 98 | 22 | 2D |
| Octal | 114 | 232 | 165 | 63 | 0 | 30 | 50 | 230 | 42 | 55 |
| Binary | 1001100 | 10011010 | 1110101 | 110011 | 0 | 11000 | 101000 | 10011000 | 100010 | 101101 |
Color Harmonies of #4C9A75
Complementary color
Monochromatic Colors of #4C9A75
Black with #4C9A75
Text Example
Text Example
White with #4C9A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9A75; }
p { color: rgb(76,154,117); }
H1.HeaderClassName
{
color: #4C9A75;
}
.AnyTagClassName
{
color: #4C9A75;
}
</style>
background-color css
<style>
a { background-color: #4C9A75; }
a { background-color: rgb(76,154,117); }
div.DivClassName
{
background-color: #4C9A75;
}
.BgClassName
{
background-color: #4C9A75;
}
</style>
border-color css
<style>
span { border-color: #4C9A75; }
span { border-color: rgb(76,154,117); }
td.TdClassName
{
border-color: #4C9A75;
}
.TagClassName
{
border-color: #4C9A75;
}
</style>