Shades of Ocean Green #4C9675
Tints of Ocean Green #4C9675
RGB
CMYK
RGB Variations
Color information
#4C9675 (or 0x4C9675) is known color: Ocean Green. HEX triplet: 4C, 96 and 75. RGB value is (76,150,117). Sum of RGB (Red+Green+Blue) = 76+150+117=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #4C9675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9675 is #B3698A. Grayscale: #7C7C7C. Windows color (decimal): -11757963 or 7706188. OLE color: 7706188.
HSL color Cylindrical-coordinate representation of color #4C9675: hue angle of 153.24º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C9675 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 117 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.41 |
| HSL | 153.24º | 0.33% | 0.44% | - |
| HSV(B) | 153.24º | 0.49% | 0.59% | - |
| XYZ | 17.1 | 24.63 | 20.68 | - |
| YUV | 124.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 117 | 0.49 | 0 | 0.22 | 0.41 | 153.24 | 0.33 | 0.44 |
| Hex | 4C | 96 | 75 | 31 | 0 | 16 | 29 | 99 | 21 | 2C |
| Octal | 114 | 226 | 165 | 61 | 0 | 26 | 51 | 231 | 41 | 54 |
| Binary | 1001100 | 10010110 | 1110101 | 110001 | 0 | 10110 | 101001 | 10011001 | 100001 | 101100 |
Color Harmonies of #4C9675
Complementary color
Monochromatic Colors of #4C9675
Black with #4C9675
Text Example
Text Example
White with #4C9675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9675; }
p { color: rgb(76,150,117); }
H1.HeaderClassName
{
color: #4C9675;
}
.AnyTagClassName
{
color: #4C9675;
}
</style>
background-color css
<style>
a { background-color: #4C9675; }
a { background-color: rgb(76,150,117); }
div.DivClassName
{
background-color: #4C9675;
}
.BgClassName
{
background-color: #4C9675;
}
</style>
border-color css
<style>
span { border-color: #4C9675; }
span { border-color: rgb(76,150,117); }
td.TdClassName
{
border-color: #4C9675;
}
.TagClassName
{
border-color: #4C9675;
}
</style>