Shades of Ocean Green #4C9A7B
Tints of Ocean Green #4C9A7B
RGB
CMYK
RGB Variations
Color information
#4C9A7B (or 0x4C9A7B) is known color: Ocean Green. HEX triplet: 4C, 9A and 7B. RGB value is (76,154,123). Sum of RGB (Red+Green+Blue) = 76+154+123=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #4C9A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9A7B is #B36584. Grayscale: #7F7F7F. Windows color (decimal): -11756933 or 8100428. OLE color: 8100428.
HSL color Cylindrical-coordinate representation of color #4C9A7B: hue angle of 156.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9A7B is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 154 | 123 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.40 |
| HSL | 156.15º | 0.34% | 0.45% | - |
| HSV(B) | 156.15º | 0.51% | 0.6% | - |
| XYZ | 18.11 | 26.08 | 22.82 | - |
| YUV | 127.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 154 | 123 | 0.51 | 0 | 0.20 | 0.40 | 156.15 | 0.34 | 0.45 |
| Hex | 4C | 9A | 7B | 33 | 0 | 14 | 28 | 9C | 22 | 2D |
| Octal | 114 | 232 | 173 | 63 | 0 | 24 | 50 | 234 | 42 | 55 |
| Binary | 1001100 | 10011010 | 1111011 | 110011 | 0 | 10100 | 101000 | 10011100 | 100010 | 101101 |
Color Harmonies of #4C9A7B
Complementary color
Monochromatic Colors of #4C9A7B
Black with #4C9A7B
Text Example
Text Example
White with #4C9A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9A7B; }
p { color: rgb(76,154,123); }
H1.HeaderClassName
{
color: #4C9A7B;
}
.AnyTagClassName
{
color: #4C9A7B;
}
</style>
background-color css
<style>
a { background-color: #4C9A7B; }
a { background-color: rgb(76,154,123); }
div.DivClassName
{
background-color: #4C9A7B;
}
.BgClassName
{
background-color: #4C9A7B;
}
</style>
border-color css
<style>
span { border-color: #4C9A7B; }
span { border-color: rgb(76,154,123); }
td.TdClassName
{
border-color: #4C9A7B;
}
.TagClassName
{
border-color: #4C9A7B;
}
</style>