Shades of Ocean Green #4CB76C
Tints of Ocean Green #4CB76C
RGB
CMYK
RGB Variations
Color information
#4CB76C (or 0x4CB76C) is known color: Ocean Green. HEX triplet: 4C, B7 and 6C. RGB value is (76,183,108). Sum of RGB (Red+Green+Blue) = 76+183+108=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB76C is #B34893. Grayscale: #8E8E8E. Windows color (decimal): -11749524 or 7124812. OLE color: 7124812.
HSL color Cylindrical-coordinate representation of color #4CB76C: hue angle of 137.94º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB76C is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 183 | 108 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.28 |
| HSL | 137.94º | 0.43% | 0.51% | - |
| HSV(B) | 137.94º | 0.58% | 0.72% | - |
| XYZ | 22.62 | 36.49 | 20.04 | - |
| YUV | 142.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 108 | 0.58 | 0 | 0.41 | 0.28 | 137.94 | 0.43 | 0.51 |
| Hex | 4C | B7 | 6C | 3A | 0 | 29 | 1C | 8A | 2B | 33 |
| Octal | 114 | 267 | 154 | 72 | 0 | 51 | 34 | 212 | 53 | 63 |
| Binary | 1001100 | 10110111 | 1101100 | 111010 | 0 | 101001 | 11100 | 10001010 | 101011 | 110011 |
Color Harmonies of #4CB76C
Complementary color
Monochromatic Colors of #4CB76C
Black with #4CB76C
Text Example
Text Example
White with #4CB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB76C; }
p { color: rgb(76,183,108); }
H1.HeaderClassName
{
color: #4CB76C;
}
.AnyTagClassName
{
color: #4CB76C;
}
</style>
background-color css
<style>
a { background-color: #4CB76C; }
a { background-color: rgb(76,183,108); }
div.DivClassName
{
background-color: #4CB76C;
}
.BgClassName
{
background-color: #4CB76C;
}
</style>
border-color css
<style>
span { border-color: #4CB76C; }
span { border-color: rgb(76,183,108); }
td.TdClassName
{
border-color: #4CB76C;
}
.TagClassName
{
border-color: #4CB76C;
}
</style>