Shades of Ocean Green #4C976C
Tints of Ocean Green #4C976C
RGB
CMYK
RGB Variations
Color information
#4C976C (or 0x4C976C) is known color: Ocean Green. HEX triplet: 4C, 97 and 6C. RGB value is (76,151,108). Sum of RGB (Red+Green+Blue) = 76+151+108=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #4C976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C976C is #B36893. Grayscale: #7B7B7B. Windows color (decimal): -11757716 or 7116620. OLE color: 7116620.
HSL color Cylindrical-coordinate representation of color #4C976C: hue angle of 145.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C976C is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 151 | 108 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.41 |
| HSL | 145.6º | 0.33% | 0.45% | - |
| HSV(B) | 145.6º | 0.5% | 0.59% | - |
| XYZ | 16.75 | 24.75 | 18.08 | - |
| YUV | 123.67 | 119.15 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 108 | 0.50 | 0 | 0.28 | 0.41 | 145.6 | 0.33 | 0.45 |
| Hex | 4C | 97 | 6C | 32 | 0 | 1C | 29 | 92 | 21 | 2D |
| Octal | 114 | 227 | 154 | 62 | 0 | 34 | 51 | 222 | 41 | 55 |
| Binary | 1001100 | 10010111 | 1101100 | 110010 | 0 | 11100 | 101001 | 10010010 | 100001 | 101101 |
Color Harmonies of #4C976C
Complementary color
Monochromatic Colors of #4C976C
Black with #4C976C
Text Example
Text Example
White with #4C976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C976C; }
p { color: rgb(76,151,108); }
H1.HeaderClassName
{
color: #4C976C;
}
.AnyTagClassName
{
color: #4C976C;
}
</style>
background-color css
<style>
a { background-color: #4C976C; }
a { background-color: rgb(76,151,108); }
div.DivClassName
{
background-color: #4C976C;
}
.BgClassName
{
background-color: #4C976C;
}
</style>
border-color css
<style>
span { border-color: #4C976C; }
span { border-color: rgb(76,151,108); }
td.TdClassName
{
border-color: #4C976C;
}
.TagClassName
{
border-color: #4C976C;
}
</style>