Shades of Olive Green #ADB265
Tints of Olive Green #ADB265
RGB
CMYK
RGB Variations
Color information
#ADB265 (or 0xADB265) is known color: Olive Green. HEX triplet: AD, B2 and 65. RGB value is (173,178,101). Sum of RGB (Red+Green+Blue) = 173+178+101=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB265 is #524D9A. Grayscale: #A8A8A8. Windows color (decimal): -5393819 or 6664877. OLE color: 6664877.
HSL color Cylindrical-coordinate representation of color #ADB265: hue angle of 63.9º 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 #ADB265 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 101 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.30 |
| HSL | 63.9º | 0.33% | 0.55% | - |
| HSV(B) | 63.9º | 0.43% | 0.7% | - |
| XYZ | 35.5 | 41.66 | 18.48 | - |
| YUV | 167.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 101 | 0.03 | 0 | 0.43 | 0.30 | 63.9 | 0.33 | 0.55 |
| Hex | AD | B2 | 65 | 3 | 0 | 2B | 1E | 40 | 21 | 37 |
| Octal | 255 | 262 | 145 | 3 | 0 | 53 | 36 | 100 | 41 | 67 |
| Binary | 10101101 | 10110010 | 1100101 | 11 | 0 | 101011 | 11110 | 1000000 | 100001 | 110111 |
Color Harmonies of #ADB265
Complementary color
Monochromatic Colors of #ADB265
Black with #ADB265
Text Example
Text Example
White with #ADB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB265; }
p { color: rgb(173,178,101); }
H1.HeaderClassName
{
color: #ADB265;
}
.AnyTagClassName
{
color: #ADB265;
}
</style>
background-color css
<style>
a { background-color: #ADB265; }
a { background-color: rgb(173,178,101); }
div.DivClassName
{
background-color: #ADB265;
}
.BgClassName
{
background-color: #ADB265;
}
</style>
border-color css
<style>
span { border-color: #ADB265; }
span { border-color: rgb(173,178,101); }
td.TdClassName
{
border-color: #ADB265;
}
.TagClassName
{
border-color: #ADB265;
}
</style>