Shades of Ocean Green #4A9B77
Tints of Ocean Green #4A9B77
RGB
CMYK
RGB Variations
Color information
#4A9B77 (or 0x4A9B77) is known color: Ocean Green. HEX triplet: 4A, 9B and 77. RGB value is (74,155,119). Sum of RGB (Red+Green+Blue) = 74+155+119=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #4A9B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9B77 is #B56488. Grayscale: #7E7E7E. Windows color (decimal): -11887753 or 7838538. OLE color: 7838538.
HSL color Cylindrical-coordinate representation of color #4A9B77: hue angle of 153.33º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9B77 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 155 | 119 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.39 |
| HSL | 153.33º | 0.35% | 0.45% | - |
| HSV(B) | 153.33º | 0.52% | 0.61% | - |
| XYZ | 17.88 | 26.23 | 21.57 | - |
| YUV | 126.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 155 | 119 | 0.52 | 0 | 0.23 | 0.39 | 153.33 | 0.35 | 0.45 |
| Hex | 4A | 9B | 77 | 34 | 0 | 17 | 27 | 99 | 23 | 2D |
| Octal | 112 | 233 | 167 | 64 | 0 | 27 | 47 | 231 | 43 | 55 |
| Binary | 1001010 | 10011011 | 1110111 | 110100 | 0 | 10111 | 100111 | 10011001 | 100011 | 101101 |
Color Harmonies of #4A9B77
Complementary color
Monochromatic Colors of #4A9B77
Black with #4A9B77
Text Example
Text Example
White with #4A9B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9B77; }
p { color: rgb(74,155,119); }
H1.HeaderClassName
{
color: #4A9B77;
}
.AnyTagClassName
{
color: #4A9B77;
}
</style>
background-color css
<style>
a { background-color: #4A9B77; }
a { background-color: rgb(74,155,119); }
div.DivClassName
{
background-color: #4A9B77;
}
.BgClassName
{
background-color: #4A9B77;
}
</style>
border-color css
<style>
span { border-color: #4A9B77; }
span { border-color: rgb(74,155,119); }
td.TdClassName
{
border-color: #4A9B77;
}
.TagClassName
{
border-color: #4A9B77;
}
</style>