Shades of Olive Green #ADB266
Tints of Olive Green #ADB266
RGB
CMYK
RGB Variations
Color information
#ADB266 (or 0xADB266) is known color: Olive Green. HEX triplet: AD, B2 and 66. RGB value is (173,178,102). Sum of RGB (Red+Green+Blue) = 173+178+102=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB266 is #524D99. Grayscale: #A8A8A8. Windows color (decimal): -5393818 or 6730413. OLE color: 6730413.
HSL color Cylindrical-coordinate representation of color #ADB266: hue angle of 63.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB266 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 102 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.30 |
| HSL | 63.95º | 0.33% | 0.55% | - |
| HSV(B) | 63.95º | 0.43% | 0.7% | - |
| XYZ | 35.55 | 41.68 | 18.74 | - |
| YUV | 167.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 102 | 0.03 | 0 | 0.43 | 0.30 | 63.95 | 0.33 | 0.55 |
| Hex | AD | B2 | 66 | 3 | 0 | 2B | 1E | 40 | 21 | 37 |
| Octal | 255 | 262 | 146 | 3 | 0 | 53 | 36 | 100 | 41 | 67 |
| Binary | 10101101 | 10110010 | 1100110 | 11 | 0 | 101011 | 11110 | 1000000 | 100001 | 110111 |
Color Harmonies of #ADB266
Complementary color
Monochromatic Colors of #ADB266
Black with #ADB266
Text Example
Text Example
White with #ADB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB266; }
p { color: rgb(173,178,102); }
H1.HeaderClassName
{
color: #ADB266;
}
.AnyTagClassName
{
color: #ADB266;
}
</style>
background-color css
<style>
a { background-color: #ADB266; }
a { background-color: rgb(173,178,102); }
div.DivClassName
{
background-color: #ADB266;
}
.BgClassName
{
background-color: #ADB266;
}
</style>
border-color css
<style>
span { border-color: #ADB266; }
span { border-color: rgb(173,178,102); }
td.TdClassName
{
border-color: #ADB266;
}
.TagClassName
{
border-color: #ADB266;
}
</style>