Shades of Olive Green #ADBC63
Tints of Olive Green #ADBC63
RGB
CMYK
RGB Variations
Color information
#ADBC63 (or 0xADBC63) is known color: Olive Green. HEX triplet: AD, BC and 63. RGB value is (173,188,99). Sum of RGB (Red+Green+Blue) = 173+188+99=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC63 is #52439C. Grayscale: #ADADAD. Windows color (decimal): -5391261 or 6536365. OLE color: 6536365.
HSL color Cylindrical-coordinate representation of color #ADBC63: hue angle of 70.11º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADBC63 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 99 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.26 |
| HSL | 70.11º | 0.4% | 0.56% | - |
| HSV(B) | 70.11º | 0.47% | 0.74% | - |
| XYZ | 37.47 | 45.75 | 18.66 | - |
| YUV | 173.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 99 | 0.08 | 0 | 0.47 | 0.26 | 70.11 | 0.4 | 0.56 |
| Hex | AD | BC | 63 | 8 | 0 | 2F | 1A | 46 | 28 | 38 |
| Octal | 255 | 274 | 143 | 10 | 0 | 57 | 32 | 106 | 50 | 70 |
| Binary | 10101101 | 10111100 | 1100011 | 1000 | 0 | 101111 | 11010 | 1000110 | 101000 | 111000 |
Color Harmonies of #ADBC63
Complementary color
Monochromatic Colors of #ADBC63
Black with #ADBC63
Text Example
Text Example
White with #ADBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC63; }
p { color: rgb(173,188,99); }
H1.HeaderClassName
{
color: #ADBC63;
}
.AnyTagClassName
{
color: #ADBC63;
}
</style>
background-color css
<style>
a { background-color: #ADBC63; }
a { background-color: rgb(173,188,99); }
div.DivClassName
{
background-color: #ADBC63;
}
.BgClassName
{
background-color: #ADBC63;
}
</style>
border-color css
<style>
span { border-color: #ADBC63; }
span { border-color: rgb(173,188,99); }
td.TdClassName
{
border-color: #ADBC63;
}
.TagClassName
{
border-color: #ADBC63;
}
</style>