Shades of Olive Green #ADAF68
Tints of Olive Green #ADAF68
RGB
CMYK
RGB Variations
Color information
#ADAF68 (or 0xADAF68) is known color: Olive Green. HEX triplet: AD, AF and 68. RGB value is (173,175,104). Sum of RGB (Red+Green+Blue) = 173+175+104=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF68 is #525097. Grayscale: #A6A6A6. Windows color (decimal): -5394584 or 6860717. OLE color: 6860717.
HSL color Cylindrical-coordinate representation of color #ADAF68: hue angle of 61.69º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADAF68 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 104 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.31 |
| HSL | 61.69º | 0.31% | 0.55% | - |
| HSV(B) | 61.69º | 0.41% | 0.69% | - |
| XYZ | 35.06 | 40.54 | 19.07 | - |
| YUV | 166.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 104 | 0.01 | 0 | 0.41 | 0.31 | 61.69 | 0.31 | 0.55 |
| Hex | AD | AF | 68 | 1 | 0 | 29 | 1F | 3E | 1F | 37 |
| Octal | 255 | 257 | 150 | 1 | 0 | 51 | 37 | 76 | 37 | 67 |
| Binary | 10101101 | 10101111 | 1101000 | 1 | 0 | 101001 | 11111 | 111110 | 11111 | 110111 |
Color Harmonies of #ADAF68
Complementary color
Monochromatic Colors of #ADAF68
Black with #ADAF68
Text Example
Text Example
White with #ADAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF68; }
p { color: rgb(173,175,104); }
H1.HeaderClassName
{
color: #ADAF68;
}
.AnyTagClassName
{
color: #ADAF68;
}
</style>
background-color css
<style>
a { background-color: #ADAF68; }
a { background-color: rgb(173,175,104); }
div.DivClassName
{
background-color: #ADAF68;
}
.BgClassName
{
background-color: #ADAF68;
}
</style>
border-color css
<style>
span { border-color: #ADAF68; }
span { border-color: rgb(173,175,104); }
td.TdClassName
{
border-color: #ADAF68;
}
.TagClassName
{
border-color: #ADAF68;
}
</style>