Shades of Ocean Green #4C9E70
Tints of Ocean Green #4C9E70
RGB
CMYK
RGB Variations
Color information
#4C9E70 (or 0x4C9E70) is known color: Ocean Green. HEX triplet: 4C, 9E and 70. RGB value is (76,158,112). Sum of RGB (Red+Green+Blue) = 76+158+112=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9E70 is #B3618F. Grayscale: #808080. Windows color (decimal): -11755920 or 7380556. OLE color: 7380556.
HSL color Cylindrical-coordinate representation of color #4C9E70: hue angle of 146.34º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9E70 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 158 | 112 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.38 |
| HSL | 146.34º | 0.35% | 0.46% | - |
| HSV(B) | 146.34º | 0.52% | 0.62% | - |
| XYZ | 18.13 | 27.16 | 19.62 | - |
| YUV | 128.24 | 118.83 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 158 | 112 | 0.52 | 0 | 0.29 | 0.38 | 146.34 | 0.35 | 0.46 |
| Hex | 4C | 9E | 70 | 34 | 0 | 1D | 26 | 92 | 23 | 2E |
| Octal | 114 | 236 | 160 | 64 | 0 | 35 | 46 | 222 | 43 | 56 |
| Binary | 1001100 | 10011110 | 1110000 | 110100 | 0 | 11101 | 100110 | 10010010 | 100011 | 101110 |
Color Harmonies of #4C9E70
Complementary color
Monochromatic Colors of #4C9E70
Black with #4C9E70
Text Example
Text Example
White with #4C9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9E70; }
p { color: rgb(76,158,112); }
H1.HeaderClassName
{
color: #4C9E70;
}
.AnyTagClassName
{
color: #4C9E70;
}
</style>
background-color css
<style>
a { background-color: #4C9E70; }
a { background-color: rgb(76,158,112); }
div.DivClassName
{
background-color: #4C9E70;
}
.BgClassName
{
background-color: #4C9E70;
}
</style>
border-color css
<style>
span { border-color: #4C9E70; }
span { border-color: rgb(76,158,112); }
td.TdClassName
{
border-color: #4C9E70;
}
.TagClassName
{
border-color: #4C9E70;
}
</style>