Shades of Olive Green #ADB665
Tints of Olive Green #ADB665
RGB
CMYK
RGB Variations
Color information
#ADB665 (or 0xADB665) is known color: Olive Green. HEX triplet: AD, B6 and 65. RGB value is (173,182,101). Sum of RGB (Red+Green+Blue) = 173+182+101=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB665 is #52499A. Grayscale: #AAAAAA. Windows color (decimal): -5392795 or 6665901. OLE color: 6665901.
HSL color Cylindrical-coordinate representation of color #ADB665: hue angle of 66.67º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB665 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 101 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.29 |
| HSL | 66.67º | 0.36% | 0.55% | - |
| HSV(B) | 66.67º | 0.45% | 0.71% | - |
| XYZ | 36.31 | 43.28 | 18.75 | - |
| YUV | 170.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 101 | 0.05 | 0 | 0.45 | 0.29 | 66.67 | 0.36 | 0.55 |
| Hex | AD | B6 | 65 | 5 | 0 | 2D | 1D | 43 | 24 | 37 |
| Octal | 255 | 266 | 145 | 5 | 0 | 55 | 35 | 103 | 44 | 67 |
| Binary | 10101101 | 10110110 | 1100101 | 101 | 0 | 101101 | 11101 | 1000011 | 100100 | 110111 |
Color Harmonies of #ADB665
Complementary color
Monochromatic Colors of #ADB665
Black with #ADB665
Text Example
Text Example
White with #ADB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB665; }
p { color: rgb(173,182,101); }
H1.HeaderClassName
{
color: #ADB665;
}
.AnyTagClassName
{
color: #ADB665;
}
</style>
background-color css
<style>
a { background-color: #ADB665; }
a { background-color: rgb(173,182,101); }
div.DivClassName
{
background-color: #ADB665;
}
.BgClassName
{
background-color: #ADB665;
}
</style>
border-color css
<style>
span { border-color: #ADB665; }
span { border-color: rgb(173,182,101); }
td.TdClassName
{
border-color: #ADB665;
}
.TagClassName
{
border-color: #ADB665;
}
</style>