Shades of Olive Green #AAB462
Tints of Olive Green #AAB462
RGB
CMYK
RGB Variations
Color information
#AAB462 (or 0xAAB462) is known color: Olive Green. HEX triplet: AA, B4 and 62. RGB value is (170,180,98). Sum of RGB (Red+Green+Blue) = 170+180+98=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB462 is #554B9D. Grayscale: #A7A7A7. Windows color (decimal): -5589918 or 6468778. OLE color: 6468778.
HSL color Cylindrical-coordinate representation of color #AAB462: hue angle of 67.32º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAB462 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 98 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.29 |
| HSL | 67.32º | 0.35% | 0.55% | - |
| HSV(B) | 67.32º | 0.46% | 0.71% | - |
| XYZ | 35.1 | 42.07 | 17.83 | - |
| YUV | 167.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 98 | 0.06 | 0 | 0.46 | 0.29 | 67.32 | 0.35 | 0.55 |
| Hex | AA | B4 | 62 | 6 | 0 | 2E | 1D | 43 | 23 | 37 |
| Octal | 252 | 264 | 142 | 6 | 0 | 56 | 35 | 103 | 43 | 67 |
| Binary | 10101010 | 10110100 | 1100010 | 110 | 0 | 101110 | 11101 | 1000011 | 100011 | 110111 |
Color Harmonies of #AAB462
Complementary color
Monochromatic Colors of #AAB462
Black with #AAB462
Text Example
Text Example
White with #AAB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB462; }
p { color: rgb(170,180,98); }
H1.HeaderClassName
{
color: #AAB462;
}
.AnyTagClassName
{
color: #AAB462;
}
</style>
background-color css
<style>
a { background-color: #AAB462; }
a { background-color: rgb(170,180,98); }
div.DivClassName
{
background-color: #AAB462;
}
.BgClassName
{
background-color: #AAB462;
}
</style>
border-color css
<style>
span { border-color: #AAB462; }
span { border-color: rgb(170,180,98); }
td.TdClassName
{
border-color: #AAB462;
}
.TagClassName
{
border-color: #AAB462;
}
</style>