Shades of Olive Green #ADB46A
Tints of Olive Green #ADB46A
RGB
CMYK
RGB Variations
Color information
#ADB46A (or 0xADB46A) is known color: Olive Green. HEX triplet: AD, B4 and 6A. RGB value is (173,180,106). Sum of RGB (Red+Green+Blue) = 173+180+106=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB46A is #524B95. Grayscale: #A9A9A9. Windows color (decimal): -5393302 or 6993069. OLE color: 6993069.
HSL color Cylindrical-coordinate representation of color #ADB46A: hue angle of 65.68º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADB46A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 106 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.29 |
| HSL | 65.68º | 0.33% | 0.56% | - |
| HSV(B) | 65.68º | 0.41% | 0.71% | - |
| XYZ | 36.16 | 42.57 | 19.95 | - |
| YUV | 169.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 106 | 0.04 | 0 | 0.41 | 0.29 | 65.68 | 0.33 | 0.56 |
| Hex | AD | B4 | 6A | 4 | 0 | 29 | 1D | 42 | 21 | 38 |
| Octal | 255 | 264 | 152 | 4 | 0 | 51 | 35 | 102 | 41 | 70 |
| Binary | 10101101 | 10110100 | 1101010 | 100 | 0 | 101001 | 11101 | 1000010 | 100001 | 111000 |
Color Harmonies of #ADB46A
Complementary color
Monochromatic Colors of #ADB46A
Black with #ADB46A
Text Example
Text Example
White with #ADB46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB46A; }
p { color: rgb(173,180,106); }
H1.HeaderClassName
{
color: #ADB46A;
}
.AnyTagClassName
{
color: #ADB46A;
}
</style>
background-color css
<style>
a { background-color: #ADB46A; }
a { background-color: rgb(173,180,106); }
div.DivClassName
{
background-color: #ADB46A;
}
.BgClassName
{
background-color: #ADB46A;
}
</style>
border-color css
<style>
span { border-color: #ADB46A; }
span { border-color: rgb(173,180,106); }
td.TdClassName
{
border-color: #ADB46A;
}
.TagClassName
{
border-color: #ADB46A;
}
</style>