Shades of Ocean Green #4CB06F
Tints of Ocean Green #4CB06F
RGB
CMYK
RGB Variations
Color information
#4CB06F (or 0x4CB06F) is known color: Ocean Green. HEX triplet: 4C, B0 and 6F. RGB value is (76,176,111). Sum of RGB (Red+Green+Blue) = 76+176+111=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB06F is #B34F90. Grayscale: #8A8A8A. Windows color (decimal): -11751313 or 7319628. OLE color: 7319628.
HSL color Cylindrical-coordinate representation of color #4CB06F: hue angle of 141º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB06F is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 111 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.31 |
| HSL | 141º | 0.4% | 0.49% | - |
| HSV(B) | 141º | 0.57% | 0.69% | - |
| XYZ | 21.38 | 33.73 | 20.42 | - |
| YUV | 138.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 111 | 0.57 | 0 | 0.37 | 0.31 | 141 | 0.4 | 0.49 |
| Hex | 4C | B0 | 6F | 39 | 0 | 25 | 1F | 8D | 28 | 31 |
| Octal | 114 | 260 | 157 | 71 | 0 | 45 | 37 | 215 | 50 | 61 |
| Binary | 1001100 | 10110000 | 1101111 | 111001 | 0 | 100101 | 11111 | 10001101 | 101000 | 110001 |
Color Harmonies of #4CB06F
Complementary color
Monochromatic Colors of #4CB06F
Black with #4CB06F
Text Example
Text Example
White with #4CB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB06F; }
p { color: rgb(76,176,111); }
H1.HeaderClassName
{
color: #4CB06F;
}
.AnyTagClassName
{
color: #4CB06F;
}
</style>
background-color css
<style>
a { background-color: #4CB06F; }
a { background-color: rgb(76,176,111); }
div.DivClassName
{
background-color: #4CB06F;
}
.BgClassName
{
background-color: #4CB06F;
}
</style>
border-color css
<style>
span { border-color: #4CB06F; }
span { border-color: rgb(76,176,111); }
td.TdClassName
{
border-color: #4CB06F;
}
.TagClassName
{
border-color: #4CB06F;
}
</style>