Shades of Olive Green #ADB65A
Tints of Olive Green #ADB65A
RGB
CMYK
RGB Variations
Color information
#ADB65A (or 0xADB65A) is known color: Olive Green. HEX triplet: AD, B6 and 5A. RGB value is (173,182,90). Sum of RGB (Red+Green+Blue) = 173+182+90=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB65A is #5249A5. Grayscale: #A9A9A9. Windows color (decimal): -5392806 or 5945005. OLE color: 5945005.
HSL color Cylindrical-coordinate representation of color #ADB65A: hue angle of 65.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADB65A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 90 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.29 |
| HSL | 65.87º | 0.39% | 0.53% | - |
| HSV(B) | 65.87º | 0.51% | 0.71% | - |
| XYZ | 35.81 | 43.08 | 16.1 | - |
| YUV | 168.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 90 | 0.05 | 0 | 0.51 | 0.29 | 65.87 | 0.39 | 0.53 |
| Hex | AD | B6 | 5A | 5 | 0 | 33 | 1D | 42 | 27 | 35 |
| Octal | 255 | 266 | 132 | 5 | 0 | 63 | 35 | 102 | 47 | 65 |
| Binary | 10101101 | 10110110 | 1011010 | 101 | 0 | 110011 | 11101 | 1000010 | 100111 | 110101 |
Color Harmonies of #ADB65A
Complementary color
Monochromatic Colors of #ADB65A
Black with #ADB65A
Text Example
Text Example
White with #ADB65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB65A; }
p { color: rgb(173,182,90); }
H1.HeaderClassName
{
color: #ADB65A;
}
.AnyTagClassName
{
color: #ADB65A;
}
</style>
background-color css
<style>
a { background-color: #ADB65A; }
a { background-color: rgb(173,182,90); }
div.DivClassName
{
background-color: #ADB65A;
}
.BgClassName
{
background-color: #ADB65A;
}
</style>
border-color css
<style>
span { border-color: #ADB65A; }
span { border-color: rgb(173,182,90); }
td.TdClassName
{
border-color: #ADB65A;
}
.TagClassName
{
border-color: #ADB65A;
}
</style>