Shades of Ocean Green #4A9A6B
Tints of Ocean Green #4A9A6B
RGB
CMYK
RGB Variations
Color information
#4A9A6B (or 0x4A9A6B) is known color: Ocean Green. HEX triplet: 4A, 9A and 6B. RGB value is (74,154,107). Sum of RGB (Red+Green+Blue) = 74+154+107=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9A6B is #B56594. Grayscale: #7C7C7C. Windows color (decimal): -11888021 or 7051850. OLE color: 7051850.
HSL color Cylindrical-coordinate representation of color #4A9A6B: hue angle of 144.75º 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 #4A9A6B is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 154 | 107 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.40 |
| HSL | 144.75º | 0.35% | 0.45% | - |
| HSV(B) | 144.75º | 0.52% | 0.6% | - |
| XYZ | 17.03 | 25.63 | 17.96 | - |
| YUV | 124.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 154 | 107 | 0.52 | 0 | 0.31 | 0.40 | 144.75 | 0.35 | 0.45 |
| Hex | 4A | 9A | 6B | 34 | 0 | 1F | 28 | 91 | 23 | 2D |
| Octal | 112 | 232 | 153 | 64 | 0 | 37 | 50 | 221 | 43 | 55 |
| Binary | 1001010 | 10011010 | 1101011 | 110100 | 0 | 11111 | 101000 | 10010001 | 100011 | 101101 |
Color Harmonies of #4A9A6B
Complementary color
Monochromatic Colors of #4A9A6B
Black with #4A9A6B
Text Example
Text Example
White with #4A9A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9A6B; }
p { color: rgb(74,154,107); }
H1.HeaderClassName
{
color: #4A9A6B;
}
.AnyTagClassName
{
color: #4A9A6B;
}
</style>
background-color css
<style>
a { background-color: #4A9A6B; }
a { background-color: rgb(74,154,107); }
div.DivClassName
{
background-color: #4A9A6B;
}
.BgClassName
{
background-color: #4A9A6B;
}
</style>
border-color css
<style>
span { border-color: #4A9A6B; }
span { border-color: rgb(74,154,107); }
td.TdClassName
{
border-color: #4A9A6B;
}
.TagClassName
{
border-color: #4A9A6B;
}
</style>