Shades of Olive Green #ADBB64
Tints of Olive Green #ADBB64
RGB
CMYK
RGB Variations
Color information
#ADBB64 (or 0xADBB64) is known color: Olive Green. HEX triplet: AD, BB and 64. RGB value is (173,187,100). Sum of RGB (Red+Green+Blue) = 173+187+100=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB64 is #52449B. Grayscale: #ADADAD. Windows color (decimal): -5391516 or 6601645. OLE color: 6601645.
HSL color Cylindrical-coordinate representation of color #ADBB64: hue angle of 69.66º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADBB64 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 100 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.27 |
| HSL | 69.66º | 0.39% | 0.56% | - |
| HSV(B) | 69.66º | 0.47% | 0.73% | - |
| XYZ | 37.3 | 45.34 | 18.84 | - |
| YUV | 172.9 | 86.86 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 100 | 0.07 | 0 | 0.47 | 0.27 | 69.66 | 0.39 | 0.56 |
| Hex | AD | BB | 64 | 7 | 0 | 2F | 1B | 46 | 27 | 38 |
| Octal | 255 | 273 | 144 | 7 | 0 | 57 | 33 | 106 | 47 | 70 |
| Binary | 10101101 | 10111011 | 1100100 | 111 | 0 | 101111 | 11011 | 1000110 | 100111 | 111000 |
Color Harmonies of #ADBB64
Complementary color
Monochromatic Colors of #ADBB64
Black with #ADBB64
Text Example
Text Example
White with #ADBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB64; }
p { color: rgb(173,187,100); }
H1.HeaderClassName
{
color: #ADBB64;
}
.AnyTagClassName
{
color: #ADBB64;
}
</style>
background-color css
<style>
a { background-color: #ADBB64; }
a { background-color: rgb(173,187,100); }
div.DivClassName
{
background-color: #ADBB64;
}
.BgClassName
{
background-color: #ADBB64;
}
</style>
border-color css
<style>
span { border-color: #ADBB64; }
span { border-color: rgb(173,187,100); }
td.TdClassName
{
border-color: #ADBB64;
}
.TagClassName
{
border-color: #ADBB64;
}
</style>