Shades of Ocean Green #4A9669
Tints of Ocean Green #4A9669
RGB
CMYK
RGB Variations
Color information
#4A9669 (or 0x4A9669) is known color: Ocean Green. HEX triplet: 4A, 96 and 69. RGB value is (74,150,105). Sum of RGB (Red+Green+Blue) = 74+150+105=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9669 is #B56996. Grayscale: #7A7A7A. Windows color (decimal): -11889047 or 6919754. OLE color: 6919754.
HSL color Cylindrical-coordinate representation of color #4A9669: hue angle of 144.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9669 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 150 | 105 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.41 |
| HSL | 144.47º | 0.34% | 0.44% | - |
| HSV(B) | 144.47º | 0.51% | 0.59% | - |
| XYZ | 16.28 | 24.29 | 17.19 | - |
| YUV | 122.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 105 | 0.51 | 0 | 0.30 | 0.41 | 144.47 | 0.34 | 0.44 |
| Hex | 4A | 96 | 69 | 33 | 0 | 1E | 29 | 90 | 22 | 2C |
| Octal | 112 | 226 | 151 | 63 | 0 | 36 | 51 | 220 | 42 | 54 |
| Binary | 1001010 | 10010110 | 1101001 | 110011 | 0 | 11110 | 101001 | 10010000 | 100010 | 101100 |
Color Harmonies of #4A9669
Complementary color
Monochromatic Colors of #4A9669
Black with #4A9669
Text Example
Text Example
White with #4A9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9669; }
p { color: rgb(74,150,105); }
H1.HeaderClassName
{
color: #4A9669;
}
.AnyTagClassName
{
color: #4A9669;
}
</style>
background-color css
<style>
a { background-color: #4A9669; }
a { background-color: rgb(74,150,105); }
div.DivClassName
{
background-color: #4A9669;
}
.BgClassName
{
background-color: #4A9669;
}
</style>
border-color css
<style>
span { border-color: #4A9669; }
span { border-color: rgb(74,150,105); }
td.TdClassName
{
border-color: #4A9669;
}
.TagClassName
{
border-color: #4A9669;
}
</style>