Shades of Ocean Green #4A9B6B
Tints of Ocean Green #4A9B6B
RGB
CMYK
RGB Variations
Color information
#4A9B6B (or 0x4A9B6B) is known color: Ocean Green. HEX triplet: 4A, 9B and 6B. RGB value is (74,155,107). Sum of RGB (Red+Green+Blue) = 74+155+107=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #4A9B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9B6B is #B56494. Grayscale: #7D7D7D. Windows color (decimal): -11887765 or 7052106. OLE color: 7052106.
HSL color Cylindrical-coordinate representation of color #4A9B6B: hue angle of 144.44º 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 #4A9B6B is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 155 | 107 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.39 |
| HSL | 144.44º | 0.35% | 0.45% | - |
| HSV(B) | 144.44º | 0.52% | 0.61% | - |
| XYZ | 17.2 | 25.96 | 18.01 | - |
| YUV | 125.31 | 117.66 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 155 | 107 | 0.52 | 0 | 0.31 | 0.39 | 144.44 | 0.35 | 0.45 |
| Hex | 4A | 9B | 6B | 34 | 0 | 1F | 27 | 90 | 23 | 2D |
| Octal | 112 | 233 | 153 | 64 | 0 | 37 | 47 | 220 | 43 | 55 |
| Binary | 1001010 | 10011011 | 1101011 | 110100 | 0 | 11111 | 100111 | 10010000 | 100011 | 101101 |
Color Harmonies of #4A9B6B
Complementary color
Monochromatic Colors of #4A9B6B
Black with #4A9B6B
Text Example
Text Example
White with #4A9B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9B6B; }
p { color: rgb(74,155,107); }
H1.HeaderClassName
{
color: #4A9B6B;
}
.AnyTagClassName
{
color: #4A9B6B;
}
</style>
background-color css
<style>
a { background-color: #4A9B6B; }
a { background-color: rgb(74,155,107); }
div.DivClassName
{
background-color: #4A9B6B;
}
.BgClassName
{
background-color: #4A9B6B;
}
</style>
border-color css
<style>
span { border-color: #4A9B6B; }
span { border-color: rgb(74,155,107); }
td.TdClassName
{
border-color: #4A9B6B;
}
.TagClassName
{
border-color: #4A9B6B;
}
</style>