Shades of Ocean Green #4A9D68
Tints of Ocean Green #4A9D68
RGB
CMYK
RGB Variations
Color information
#4A9D68 (or 0x4A9D68) is known color: Ocean Green. HEX triplet: 4A, 9D and 68. RGB value is (74,157,104). Sum of RGB (Red+Green+Blue) = 74+157+104=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9D68 is #B56297. Grayscale: #7E7E7E. Windows color (decimal): -11887256 or 6856010. OLE color: 6856010.
HSL color Cylindrical-coordinate representation of color #4A9D68: hue angle of 141.69º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9D68 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 157 | 104 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.38 |
| HSL | 141.69º | 0.36% | 0.45% | - |
| HSV(B) | 141.69º | 0.53% | 0.62% | - |
| XYZ | 17.38 | 26.57 | 17.31 | - |
| YUV | 126.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 157 | 104 | 0.53 | 0 | 0.34 | 0.38 | 141.69 | 0.36 | 0.45 |
| Hex | 4A | 9D | 68 | 35 | 0 | 22 | 26 | 8E | 24 | 2D |
| Octal | 112 | 235 | 150 | 65 | 0 | 42 | 46 | 216 | 44 | 55 |
| Binary | 1001010 | 10011101 | 1101000 | 110101 | 0 | 100010 | 100110 | 10001110 | 100100 | 101101 |
Color Harmonies of #4A9D68
Complementary color
Monochromatic Colors of #4A9D68
Black with #4A9D68
Text Example
Text Example
White with #4A9D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9D68; }
p { color: rgb(74,157,104); }
H1.HeaderClassName
{
color: #4A9D68;
}
.AnyTagClassName
{
color: #4A9D68;
}
</style>
background-color css
<style>
a { background-color: #4A9D68; }
a { background-color: rgb(74,157,104); }
div.DivClassName
{
background-color: #4A9D68;
}
.BgClassName
{
background-color: #4A9D68;
}
</style>
border-color css
<style>
span { border-color: #4A9D68; }
span { border-color: rgb(74,157,104); }
td.TdClassName
{
border-color: #4A9D68;
}
.TagClassName
{
border-color: #4A9D68;
}
</style>