Shades of Ocean Green #4A9677
Tints of Ocean Green #4A9677
RGB
CMYK
RGB Variations
Color information
#4A9677 (or 0x4A9677) is known color: Ocean Green. HEX triplet: 4A, 96 and 77. RGB value is (74,150,119). Sum of RGB (Red+Green+Blue) = 74+150+119=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9677 is #B56988. Grayscale: #7B7B7B. Windows color (decimal): -11889033 or 7837258. OLE color: 7837258.
HSL color Cylindrical-coordinate representation of color #4A9677: hue angle of 155.53º 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 #4A9677 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 150 | 119 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.41 |
| HSL | 155.53º | 0.34% | 0.44% | - |
| HSV(B) | 155.53º | 0.51% | 0.59% | - |
| XYZ | 17.06 | 24.6 | 21.3 | - |
| YUV | 123.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 119 | 0.51 | 0 | 0.21 | 0.41 | 155.53 | 0.34 | 0.44 |
| Hex | 4A | 96 | 77 | 33 | 0 | 15 | 29 | 9C | 22 | 2C |
| Octal | 112 | 226 | 167 | 63 | 0 | 25 | 51 | 234 | 42 | 54 |
| Binary | 1001010 | 10010110 | 1110111 | 110011 | 0 | 10101 | 101001 | 10011100 | 100010 | 101100 |
Color Harmonies of #4A9677
Complementary color
Monochromatic Colors of #4A9677
Black with #4A9677
Text Example
Text Example
White with #4A9677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9677; }
p { color: rgb(74,150,119); }
H1.HeaderClassName
{
color: #4A9677;
}
.AnyTagClassName
{
color: #4A9677;
}
</style>
background-color css
<style>
a { background-color: #4A9677; }
a { background-color: rgb(74,150,119); }
div.DivClassName
{
background-color: #4A9677;
}
.BgClassName
{
background-color: #4A9677;
}
</style>
border-color css
<style>
span { border-color: #4A9677; }
span { border-color: rgb(74,150,119); }
td.TdClassName
{
border-color: #4A9677;
}
.TagClassName
{
border-color: #4A9677;
}
</style>