Shades of Olive Green #ADB05A
Tints of Olive Green #ADB05A
RGB
CMYK
RGB Variations
Color information
#ADB05A (or 0xADB05A) is known color: Olive Green. HEX triplet: AD, B0 and 5A. RGB value is (173,176,90). Sum of RGB (Red+Green+Blue) = 173+176+90=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB05A is #524FA5. Grayscale: #A5A5A5. Windows color (decimal): -5394342 or 5943469. OLE color: 5943469.
HSL color Cylindrical-coordinate representation of color #ADB05A: hue angle of 62.09º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADB05A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 90 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.31 |
| HSL | 62.09º | 0.35% | 0.52% | - |
| HSV(B) | 62.09º | 0.49% | 0.69% | - |
| XYZ | 34.6 | 40.67 | 15.7 | - |
| YUV | 165.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 90 | 0.02 | 0 | 0.49 | 0.31 | 62.09 | 0.35 | 0.52 |
| Hex | AD | B0 | 5A | 2 | 0 | 31 | 1F | 3E | 23 | 34 |
| Octal | 255 | 260 | 132 | 2 | 0 | 61 | 37 | 76 | 43 | 64 |
| Binary | 10101101 | 10110000 | 1011010 | 10 | 0 | 110001 | 11111 | 111110 | 100011 | 110100 |
Color Harmonies of #ADB05A
Complementary color
Monochromatic Colors of #ADB05A
Black with #ADB05A
Text Example
Text Example
White with #ADB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB05A; }
p { color: rgb(173,176,90); }
H1.HeaderClassName
{
color: #ADB05A;
}
.AnyTagClassName
{
color: #ADB05A;
}
</style>
background-color css
<style>
a { background-color: #ADB05A; }
a { background-color: rgb(173,176,90); }
div.DivClassName
{
background-color: #ADB05A;
}
.BgClassName
{
background-color: #ADB05A;
}
</style>
border-color css
<style>
span { border-color: #ADB05A; }
span { border-color: rgb(173,176,90); }
td.TdClassName
{
border-color: #ADB05A;
}
.TagClassName
{
border-color: #ADB05A;
}
</style>