Shades of Ocean Green #4CB066
Tints of Ocean Green #4CB066
RGB
CMYK
RGB Variations
Color information
#4CB066 (or 0x4CB066) is known color: Ocean Green. HEX triplet: 4C, B0 and 66. RGB value is (76,176,102). Sum of RGB (Red+Green+Blue) = 76+176+102=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB066 is #B34F99. Grayscale: #898989. Windows color (decimal): -11751322 or 6729804. OLE color: 6729804.
HSL color Cylindrical-coordinate representation of color #4CB066: hue angle of 135.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 #4CB066 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 102 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.31 |
| HSL | 135.6º | 0.4% | 0.49% | - |
| HSV(B) | 135.6º | 0.57% | 0.69% | - |
| XYZ | 20.9 | 33.55 | 17.94 | - |
| YUV | 137.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 102 | 0.57 | 0 | 0.42 | 0.31 | 135.6 | 0.4 | 0.49 |
| Hex | 4C | B0 | 66 | 39 | 0 | 2A | 1F | 88 | 28 | 31 |
| Octal | 114 | 260 | 146 | 71 | 0 | 52 | 37 | 210 | 50 | 61 |
| Binary | 1001100 | 10110000 | 1100110 | 111001 | 0 | 101010 | 11111 | 10001000 | 101000 | 110001 |
Color Harmonies of #4CB066
Complementary color
Monochromatic Colors of #4CB066
Black with #4CB066
Text Example
Text Example
White with #4CB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB066; }
p { color: rgb(76,176,102); }
H1.HeaderClassName
{
color: #4CB066;
}
.AnyTagClassName
{
color: #4CB066;
}
</style>
background-color css
<style>
a { background-color: #4CB066; }
a { background-color: rgb(76,176,102); }
div.DivClassName
{
background-color: #4CB066;
}
.BgClassName
{
background-color: #4CB066;
}
</style>
border-color css
<style>
span { border-color: #4CB066; }
span { border-color: rgb(76,176,102); }
td.TdClassName
{
border-color: #4CB066;
}
.TagClassName
{
border-color: #4CB066;
}
</style>