Shades of Olive Green #ADB367
Tints of Olive Green #ADB367
RGB
CMYK
RGB Variations
Color information
#ADB367 (or 0xADB367) is known color: Olive Green. HEX triplet: AD, B3 and 67. RGB value is (173,179,103). Sum of RGB (Red+Green+Blue) = 173+179+103=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB367 is #524C98. Grayscale: #A8A8A8. Windows color (decimal): -5393561 or 6796205. OLE color: 6796205.
HSL color Cylindrical-coordinate representation of color #ADB367: hue angle of 64.74º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADB367 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 103 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.30 |
| HSL | 64.74º | 0.33% | 0.55% | - |
| HSV(B) | 64.74º | 0.42% | 0.7% | - |
| XYZ | 35.8 | 42.1 | 19.07 | - |
| YUV | 168.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 103 | 0.03 | 0 | 0.42 | 0.30 | 64.74 | 0.33 | 0.55 |
| Hex | AD | B3 | 67 | 3 | 0 | 2A | 1E | 41 | 21 | 37 |
| Octal | 255 | 263 | 147 | 3 | 0 | 52 | 36 | 101 | 41 | 67 |
| Binary | 10101101 | 10110011 | 1100111 | 11 | 0 | 101010 | 11110 | 1000001 | 100001 | 110111 |
Color Harmonies of #ADB367
Complementary color
Monochromatic Colors of #ADB367
Black with #ADB367
Text Example
Text Example
White with #ADB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB367; }
p { color: rgb(173,179,103); }
H1.HeaderClassName
{
color: #ADB367;
}
.AnyTagClassName
{
color: #ADB367;
}
</style>
background-color css
<style>
a { background-color: #ADB367; }
a { background-color: rgb(173,179,103); }
div.DivClassName
{
background-color: #ADB367;
}
.BgClassName
{
background-color: #ADB367;
}
</style>
border-color css
<style>
span { border-color: #ADB367; }
span { border-color: rgb(173,179,103); }
td.TdClassName
{
border-color: #ADB367;
}
.TagClassName
{
border-color: #ADB367;
}
</style>