Shades of Olive Green #ADB567
Tints of Olive Green #ADB567
RGB
CMYK
RGB Variations
Color information
#ADB567 (or 0xADB567) is known color: Olive Green. HEX triplet: AD, B5 and 67. RGB value is (173,181,103). Sum of RGB (Red+Green+Blue) = 173+181+103=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB567 is #524A98. Grayscale: #AAAAAA. Windows color (decimal): -5393049 or 6796717. OLE color: 6796717.
HSL color Cylindrical-coordinate representation of color #ADB567: hue angle of 66.15º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB567 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 103 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.29 |
| HSL | 66.15º | 0.35% | 0.56% | - |
| HSV(B) | 66.15º | 0.43% | 0.71% | - |
| XYZ | 36.21 | 42.91 | 19.21 | - |
| YUV | 169.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 103 | 0.04 | 0 | 0.43 | 0.29 | 66.15 | 0.35 | 0.56 |
| Hex | AD | B5 | 67 | 4 | 0 | 2B | 1D | 42 | 23 | 38 |
| Octal | 255 | 265 | 147 | 4 | 0 | 53 | 35 | 102 | 43 | 70 |
| Binary | 10101101 | 10110101 | 1100111 | 100 | 0 | 101011 | 11101 | 1000010 | 100011 | 111000 |
Color Harmonies of #ADB567
Complementary color
Monochromatic Colors of #ADB567
Black with #ADB567
Text Example
Text Example
White with #ADB567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB567; }
p { color: rgb(173,181,103); }
H1.HeaderClassName
{
color: #ADB567;
}
.AnyTagClassName
{
color: #ADB567;
}
</style>
background-color css
<style>
a { background-color: #ADB567; }
a { background-color: rgb(173,181,103); }
div.DivClassName
{
background-color: #ADB567;
}
.BgClassName
{
background-color: #ADB567;
}
</style>
border-color css
<style>
span { border-color: #ADB567; }
span { border-color: rgb(173,181,103); }
td.TdClassName
{
border-color: #ADB567;
}
.TagClassName
{
border-color: #ADB567;
}
</style>