Shades of Ocean Green #4A996B
Tints of Ocean Green #4A996B
RGB
CMYK
RGB Variations
Color information
#4A996B (or 0x4A996B) is known color: Ocean Green. HEX triplet: 4A, 99 and 6B. RGB value is (74,153,107). Sum of RGB (Red+Green+Blue) = 74+153+107=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #4A996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A996B is #B56694. Grayscale: #7C7C7C. Windows color (decimal): -11888277 or 7051594. OLE color: 7051594.
HSL color Cylindrical-coordinate representation of color #4A996B: hue angle of 145.06º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A996B is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 153 | 107 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.4 |
| HSL | 145.06º | 0.35% | 0.45% | - |
| HSV(B) | 145.06º | 0.52% | 0.6% | - |
| XYZ | 16.87 | 25.3 | 17.9 | - |
| YUV | 124.14 | 118.33 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 107 | 0.52 | 0 | 0.30 | 0.4 | 145.06 | 0.35 | 0.45 |
| Hex | 4A | 99 | 6B | 34 | 0 | 1E | 28 | 91 | 23 | 2D |
| Octal | 112 | 231 | 153 | 64 | 0 | 36 | 50 | 221 | 43 | 55 |
| Binary | 1001010 | 10011001 | 1101011 | 110100 | 0 | 11110 | 101000 | 10010001 | 100011 | 101101 |
Color Harmonies of #4A996B
Complementary color
Monochromatic Colors of #4A996B
Black with #4A996B
Text Example
Text Example
White with #4A996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A996B; }
p { color: rgb(74,153,107); }
H1.HeaderClassName
{
color: #4A996B;
}
.AnyTagClassName
{
color: #4A996B;
}
</style>
background-color css
<style>
a { background-color: #4A996B; }
a { background-color: rgb(74,153,107); }
div.DivClassName
{
background-color: #4A996B;
}
.BgClassName
{
background-color: #4A996B;
}
</style>
border-color css
<style>
span { border-color: #4A996B; }
span { border-color: rgb(74,153,107); }
td.TdClassName
{
border-color: #4A996B;
}
.TagClassName
{
border-color: #4A996B;
}
</style>