Shades of Olive Green #ADAF64
Tints of Olive Green #ADAF64
RGB
CMYK
RGB Variations
Color information
#ADAF64 (or 0xADAF64) is known color: Olive Green. HEX triplet: AD, AF and 64. RGB value is (173,175,100). Sum of RGB (Red+Green+Blue) = 173+175+100=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF64 is #52509B. Grayscale: #A6A6A6. Windows color (decimal): -5394588 or 6598573. OLE color: 6598573.
HSL color Cylindrical-coordinate representation of color #ADAF64: hue angle of 61.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADAF64 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 100 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.31 |
| HSL | 61.6º | 0.32% | 0.54% | - |
| HSV(B) | 61.6º | 0.43% | 0.69% | - |
| XYZ | 34.86 | 40.46 | 18.03 | - |
| YUV | 165.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 100 | 0.01 | 0 | 0.43 | 0.31 | 61.6 | 0.32 | 0.54 |
| Hex | AD | AF | 64 | 1 | 0 | 2B | 1F | 3E | 20 | 36 |
| Octal | 255 | 257 | 144 | 1 | 0 | 53 | 37 | 76 | 40 | 66 |
| Binary | 10101101 | 10101111 | 1100100 | 1 | 0 | 101011 | 11111 | 111110 | 100000 | 110110 |
Color Harmonies of #ADAF64
Complementary color
Monochromatic Colors of #ADAF64
Black with #ADAF64
Text Example
Text Example
White with #ADAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF64; }
p { color: rgb(173,175,100); }
H1.HeaderClassName
{
color: #ADAF64;
}
.AnyTagClassName
{
color: #ADAF64;
}
</style>
background-color css
<style>
a { background-color: #ADAF64; }
a { background-color: rgb(173,175,100); }
div.DivClassName
{
background-color: #ADAF64;
}
.BgClassName
{
background-color: #ADAF64;
}
</style>
border-color css
<style>
span { border-color: #ADAF64; }
span { border-color: rgb(173,175,100); }
td.TdClassName
{
border-color: #ADAF64;
}
.TagClassName
{
border-color: #ADAF64;
}
</style>