Shades of Ocean Green #4C9F6E
Tints of Ocean Green #4C9F6E
RGB
CMYK
RGB Variations
Color information
#4C9F6E (or 0x4C9F6E) is known color: Ocean Green. HEX triplet: 4C, 9F and 6E. RGB value is (76,159,110). Sum of RGB (Red+Green+Blue) = 76+159+110=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9F6E is #B36091. Grayscale: #808080. Windows color (decimal): -11755666 or 7249740. OLE color: 7249740.
HSL color Cylindrical-coordinate representation of color #4C9F6E: hue angle of 144.58º 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 #4C9F6E is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 159 | 110 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.38 |
| HSL | 144.58º | 0.35% | 0.46% | - |
| HSV(B) | 144.58º | 0.52% | 0.62% | - |
| XYZ | 18.19 | 27.46 | 19.09 | - |
| YUV | 128.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 159 | 110 | 0.52 | 0 | 0.31 | 0.38 | 144.58 | 0.35 | 0.46 |
| Hex | 4C | 9F | 6E | 34 | 0 | 1F | 26 | 91 | 23 | 2E |
| Octal | 114 | 237 | 156 | 64 | 0 | 37 | 46 | 221 | 43 | 56 |
| Binary | 1001100 | 10011111 | 1101110 | 110100 | 0 | 11111 | 100110 | 10010001 | 100011 | 101110 |
Color Harmonies of #4C9F6E
Complementary color
Monochromatic Colors of #4C9F6E
Black with #4C9F6E
Text Example
Text Example
White with #4C9F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9F6E; }
p { color: rgb(76,159,110); }
H1.HeaderClassName
{
color: #4C9F6E;
}
.AnyTagClassName
{
color: #4C9F6E;
}
</style>
background-color css
<style>
a { background-color: #4C9F6E; }
a { background-color: rgb(76,159,110); }
div.DivClassName
{
background-color: #4C9F6E;
}
.BgClassName
{
background-color: #4C9F6E;
}
</style>
border-color css
<style>
span { border-color: #4C9F6E; }
span { border-color: rgb(76,159,110); }
td.TdClassName
{
border-color: #4C9F6E;
}
.TagClassName
{
border-color: #4C9F6E;
}
</style>