Shades of Ocean Green #4CB075
Tints of Ocean Green #4CB075
RGB
CMYK
RGB Variations
Color information
#4CB075 (or 0x4CB075) is known color: Ocean Green. HEX triplet: 4C, B0 and 75. RGB value is (76,176,117). Sum of RGB (Red+Green+Blue) = 76+176+117=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB075 is #B34F8A. Grayscale: #8B8B8B. Windows color (decimal): -11751307 or 7712844. OLE color: 7712844.
HSL color Cylindrical-coordinate representation of color #4CB075: hue angle of 144.6º 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 #4CB075 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 117 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.31 |
| HSL | 144.6º | 0.4% | 0.49% | - |
| HSV(B) | 144.6º | 0.57% | 0.69% | - |
| XYZ | 21.72 | 33.87 | 22.22 | - |
| YUV | 139.37 | 115.37 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 117 | 0.57 | 0 | 0.34 | 0.31 | 144.6 | 0.4 | 0.49 |
| Hex | 4C | B0 | 75 | 39 | 0 | 22 | 1F | 91 | 28 | 31 |
| Octal | 114 | 260 | 165 | 71 | 0 | 42 | 37 | 221 | 50 | 61 |
| Binary | 1001100 | 10110000 | 1110101 | 111001 | 0 | 100010 | 11111 | 10010001 | 101000 | 110001 |
Color Harmonies of #4CB075
Complementary color
Monochromatic Colors of #4CB075
Black with #4CB075
Text Example
Text Example
White with #4CB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB075; }
p { color: rgb(76,176,117); }
H1.HeaderClassName
{
color: #4CB075;
}
.AnyTagClassName
{
color: #4CB075;
}
</style>
background-color css
<style>
a { background-color: #4CB075; }
a { background-color: rgb(76,176,117); }
div.DivClassName
{
background-color: #4CB075;
}
.BgClassName
{
background-color: #4CB075;
}
</style>
border-color css
<style>
span { border-color: #4CB075; }
span { border-color: rgb(76,176,117); }
td.TdClassName
{
border-color: #4CB075;
}
.TagClassName
{
border-color: #4CB075;
}
</style>