Shades of Olive Green #ADB36B
Tints of Olive Green #ADB36B
RGB
CMYK
RGB Variations
Color information
#ADB36B (or 0xADB36B) is known color: Olive Green. HEX triplet: AD, B3 and 6B. RGB value is (173,179,107). Sum of RGB (Red+Green+Blue) = 173+179+107=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB36B is #524C94. Grayscale: #A9A9A9. Windows color (decimal): -5393557 or 7058349. OLE color: 7058349.
HSL color Cylindrical-coordinate representation of color #ADB36B: hue angle of 65º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADB36B is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 107 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.30 |
| HSL | 65º | 0.32% | 0.56% | - |
| HSV(B) | 65º | 0.4% | 0.7% | - |
| XYZ | 36.01 | 42.19 | 20.15 | - |
| YUV | 169 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 107 | 0.03 | 0 | 0.40 | 0.30 | 65 | 0.32 | 0.56 |
| Hex | AD | B3 | 6B | 3 | 0 | 28 | 1E | 41 | 20 | 38 |
| Octal | 255 | 263 | 153 | 3 | 0 | 50 | 36 | 101 | 40 | 70 |
| Binary | 10101101 | 10110011 | 1101011 | 11 | 0 | 101000 | 11110 | 1000001 | 100000 | 111000 |
Color Harmonies of #ADB36B
Complementary color
Monochromatic Colors of #ADB36B
Black with #ADB36B
Text Example
Text Example
White with #ADB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB36B; }
p { color: rgb(173,179,107); }
H1.HeaderClassName
{
color: #ADB36B;
}
.AnyTagClassName
{
color: #ADB36B;
}
</style>
background-color css
<style>
a { background-color: #ADB36B; }
a { background-color: rgb(173,179,107); }
div.DivClassName
{
background-color: #ADB36B;
}
.BgClassName
{
background-color: #ADB36B;
}
</style>
border-color css
<style>
span { border-color: #ADB36B; }
span { border-color: rgb(173,179,107); }
td.TdClassName
{
border-color: #ADB36B;
}
.TagClassName
{
border-color: #ADB36B;
}
</style>