Shades of Ocean Green #4CB77F
Tints of Ocean Green #4CB77F
RGB
CMYK
RGB Variations
Color information
#4CB77F (or 0x4CB77F) is known color: Ocean Green. HEX triplet: 4C, B7 and 7F. RGB value is (76,183,127). Sum of RGB (Red+Green+Blue) = 76+183+127=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB77F is #B34880. Grayscale: #909090. Windows color (decimal): -11749505 or 8369996. OLE color: 8369996.
HSL color Cylindrical-coordinate representation of color #4CB77F: hue angle of 148.6º 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 #4CB77F is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 183 | 127 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.28 |
| HSL | 148.6º | 0.43% | 0.51% | - |
| HSV(B) | 148.6º | 0.58% | 0.72% | - |
| XYZ | 23.74 | 36.94 | 25.96 | - |
| YUV | 144.62 | 118.05 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 127 | 0.58 | 0 | 0.31 | 0.28 | 148.6 | 0.43 | 0.51 |
| Hex | 4C | B7 | 7F | 3A | 0 | 1F | 1C | 95 | 2B | 33 |
| Octal | 114 | 267 | 177 | 72 | 0 | 37 | 34 | 225 | 53 | 63 |
| Binary | 1001100 | 10110111 | 1111111 | 111010 | 0 | 11111 | 11100 | 10010101 | 101011 | 110011 |
Color Harmonies of #4CB77F
Complementary color
Monochromatic Colors of #4CB77F
Black with #4CB77F
Text Example
Text Example
White with #4CB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB77F; }
p { color: rgb(76,183,127); }
H1.HeaderClassName
{
color: #4CB77F;
}
.AnyTagClassName
{
color: #4CB77F;
}
</style>
background-color css
<style>
a { background-color: #4CB77F; }
a { background-color: rgb(76,183,127); }
div.DivClassName
{
background-color: #4CB77F;
}
.BgClassName
{
background-color: #4CB77F;
}
</style>
border-color css
<style>
span { border-color: #4CB77F; }
span { border-color: rgb(76,183,127); }
td.TdClassName
{
border-color: #4CB77F;
}
.TagClassName
{
border-color: #4CB77F;
}
</style>