Shades of Olive Green #ADAF65
Tints of Olive Green #ADAF65
RGB
CMYK
RGB Variations
Color information
#ADAF65 (or 0xADAF65) is known color: Olive Green. HEX triplet: AD, AF and 65. RGB value is (173,175,101). Sum of RGB (Red+Green+Blue) = 173+175+101=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF65 is #52509A. Grayscale: #A6A6A6. Windows color (decimal): -5394587 or 6664109. OLE color: 6664109.
HSL color Cylindrical-coordinate representation of color #ADAF65: hue angle of 61.62º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADAF65 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 101 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.31 |
| HSL | 61.62º | 0.32% | 0.54% | - |
| HSV(B) | 61.62º | 0.42% | 0.69% | - |
| XYZ | 34.91 | 40.48 | 18.29 | - |
| YUV | 165.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 101 | 0.01 | 0 | 0.42 | 0.31 | 61.62 | 0.32 | 0.54 |
| Hex | AD | AF | 65 | 1 | 0 | 2A | 1F | 3E | 20 | 36 |
| Octal | 255 | 257 | 145 | 1 | 0 | 52 | 37 | 76 | 40 | 66 |
| Binary | 10101101 | 10101111 | 1100101 | 1 | 0 | 101010 | 11111 | 111110 | 100000 | 110110 |
Color Harmonies of #ADAF65
Complementary color
Monochromatic Colors of #ADAF65
Black with #ADAF65
Text Example
Text Example
White with #ADAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF65; }
p { color: rgb(173,175,101); }
H1.HeaderClassName
{
color: #ADAF65;
}
.AnyTagClassName
{
color: #ADAF65;
}
</style>
background-color css
<style>
a { background-color: #ADAF65; }
a { background-color: rgb(173,175,101); }
div.DivClassName
{
background-color: #ADAF65;
}
.BgClassName
{
background-color: #ADAF65;
}
</style>
border-color css
<style>
span { border-color: #ADAF65; }
span { border-color: rgb(173,175,101); }
td.TdClassName
{
border-color: #ADAF65;
}
.TagClassName
{
border-color: #ADAF65;
}
</style>