Shades of Ocean Green #4CB765
Tints of Ocean Green #4CB765
RGB
CMYK
RGB Variations
Color information
#4CB765 (or 0x4CB765) is known color: Ocean Green. HEX triplet: 4C, B7 and 65. RGB value is (76,183,101). Sum of RGB (Red+Green+Blue) = 76+183+101=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB765 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB765 is #B3489A. Grayscale: #8D8D8D. Windows color (decimal): -11749531 or 6666060. OLE color: 6666060.
HSL color Cylindrical-coordinate representation of color #4CB765: hue angle of 134.02º 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 #4CB765 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 183 | 101 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.28 |
| HSL | 134.02º | 0.43% | 0.51% | - |
| HSV(B) | 134.02º | 0.58% | 0.72% | - |
| XYZ | 22.26 | 36.34 | 18.15 | - |
| YUV | 141.66 | 105.05 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 101 | 0.58 | 0 | 0.45 | 0.28 | 134.02 | 0.43 | 0.51 |
| Hex | 4C | B7 | 65 | 3A | 0 | 2D | 1C | 86 | 2B | 33 |
| Octal | 114 | 267 | 145 | 72 | 0 | 55 | 34 | 206 | 53 | 63 |
| Binary | 1001100 | 10110111 | 1100101 | 111010 | 0 | 101101 | 11100 | 10000110 | 101011 | 110011 |
Color Harmonies of #4CB765
Complementary color
Monochromatic Colors of #4CB765
Black with #4CB765
Text Example
Text Example
White with #4CB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB765; }
p { color: rgb(76,183,101); }
H1.HeaderClassName
{
color: #4CB765;
}
.AnyTagClassName
{
color: #4CB765;
}
</style>
background-color css
<style>
a { background-color: #4CB765; }
a { background-color: rgb(76,183,101); }
div.DivClassName
{
background-color: #4CB765;
}
.BgClassName
{
background-color: #4CB765;
}
</style>
border-color css
<style>
span { border-color: #4CB765; }
span { border-color: rgb(76,183,101); }
td.TdClassName
{
border-color: #4CB765;
}
.TagClassName
{
border-color: #4CB765;
}
</style>