Shades of Ocean Green #4AAA67
Tints of Ocean Green #4AAA67
RGB
CMYK
RGB Variations
Color information
#4AAA67 (or 0x4AAA67) is known color: Ocean Green. HEX triplet: 4A, AA and 67. RGB value is (74,170,103). Sum of RGB (Red+Green+Blue) = 74+170+103=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA67 is #B55598. Grayscale: #858585. Windows color (decimal): -11883929 or 6793802. OLE color: 6793802.
HSL color Cylindrical-coordinate representation of color #4AAA67: hue angle of 138.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA67 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 103 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.33 |
| HSL | 138.13º | 0.39% | 0.48% | - |
| HSV(B) | 138.13º | 0.56% | 0.67% | - |
| XYZ | 19.65 | 31.18 | 17.82 | - |
| YUV | 133.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 103 | 0.56 | 0 | 0.39 | 0.33 | 138.13 | 0.39 | 0.48 |
| Hex | 4A | AA | 67 | 38 | 0 | 27 | 21 | 8A | 27 | 30 |
| Octal | 112 | 252 | 147 | 70 | 0 | 47 | 41 | 212 | 47 | 60 |
| Binary | 1001010 | 10101010 | 1100111 | 111000 | 0 | 100111 | 100001 | 10001010 | 100111 | 110000 |
Color Harmonies of #4AAA67
Complementary color
Monochromatic Colors of #4AAA67
Black with #4AAA67
Text Example
Text Example
White with #4AAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA67; }
p { color: rgb(74,170,103); }
H1.HeaderClassName
{
color: #4AAA67;
}
.AnyTagClassName
{
color: #4AAA67;
}
</style>
background-color css
<style>
a { background-color: #4AAA67; }
a { background-color: rgb(74,170,103); }
div.DivClassName
{
background-color: #4AAA67;
}
.BgClassName
{
background-color: #4AAA67;
}
</style>
border-color css
<style>
span { border-color: #4AAA67; }
span { border-color: rgb(74,170,103); }
td.TdClassName
{
border-color: #4AAA67;
}
.TagClassName
{
border-color: #4AAA67;
}
</style>