Shades of Ocean Green #4A9E67
Tints of Ocean Green #4A9E67
RGB
CMYK
RGB Variations
Color information
#4A9E67 (or 0x4A9E67) is known color: Ocean Green. HEX triplet: 4A, 9E and 67. RGB value is (74,158,103). Sum of RGB (Red+Green+Blue) = 74+158+103=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #4A9E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9E67 is #B56198. Grayscale: #7E7E7E. Windows color (decimal): -11887001 or 6790730. OLE color: 6790730.
HSL color Cylindrical-coordinate representation of color #4A9E67: hue angle of 140.71º 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 #4A9E67 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 158 | 103 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.38 |
| HSL | 140.71º | 0.36% | 0.45% | - |
| HSV(B) | 140.71º | 0.53% | 0.62% | - |
| XYZ | 17.5 | 26.89 | 17.1 | - |
| YUV | 126.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 158 | 103 | 0.53 | 0 | 0.35 | 0.38 | 140.71 | 0.36 | 0.45 |
| Hex | 4A | 9E | 67 | 35 | 0 | 23 | 26 | 8D | 24 | 2D |
| Octal | 112 | 236 | 147 | 65 | 0 | 43 | 46 | 215 | 44 | 55 |
| Binary | 1001010 | 10011110 | 1100111 | 110101 | 0 | 100011 | 100110 | 10001101 | 100100 | 101101 |
Color Harmonies of #4A9E67
Complementary color
Monochromatic Colors of #4A9E67
Black with #4A9E67
Text Example
Text Example
White with #4A9E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9E67; }
p { color: rgb(74,158,103); }
H1.HeaderClassName
{
color: #4A9E67;
}
.AnyTagClassName
{
color: #4A9E67;
}
</style>
background-color css
<style>
a { background-color: #4A9E67; }
a { background-color: rgb(74,158,103); }
div.DivClassName
{
background-color: #4A9E67;
}
.BgClassName
{
background-color: #4A9E67;
}
</style>
border-color css
<style>
span { border-color: #4A9E67; }
span { border-color: rgb(74,158,103); }
td.TdClassName
{
border-color: #4A9E67;
}
.TagClassName
{
border-color: #4A9E67;
}
</style>