Shades of Olive Green #ADB365
Tints of Olive Green #ADB365
RGB
CMYK
RGB Variations
Color information
#ADB365 (or 0xADB365) is known color: Olive Green. HEX triplet: AD, B3 and 65. RGB value is (173,179,101). Sum of RGB (Red+Green+Blue) = 173+179+101=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB365 is #524C9A. Grayscale: #A8A8A8. Windows color (decimal): -5393563 or 6665133. OLE color: 6665133.
HSL color Cylindrical-coordinate representation of color #ADB365: hue angle of 64.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADB365 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 101 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.30 |
| HSL | 64.62º | 0.34% | 0.55% | - |
| HSV(B) | 64.62º | 0.44% | 0.7% | - |
| XYZ | 35.7 | 42.06 | 18.55 | - |
| YUV | 168.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 101 | 0.03 | 0 | 0.44 | 0.30 | 64.62 | 0.34 | 0.55 |
| Hex | AD | B3 | 65 | 3 | 0 | 2C | 1E | 41 | 22 | 37 |
| Octal | 255 | 263 | 145 | 3 | 0 | 54 | 36 | 101 | 42 | 67 |
| Binary | 10101101 | 10110011 | 1100101 | 11 | 0 | 101100 | 11110 | 1000001 | 100010 | 110111 |
Color Harmonies of #ADB365
Complementary color
Monochromatic Colors of #ADB365
Black with #ADB365
Text Example
Text Example
White with #ADB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB365; }
p { color: rgb(173,179,101); }
H1.HeaderClassName
{
color: #ADB365;
}
.AnyTagClassName
{
color: #ADB365;
}
</style>
background-color css
<style>
a { background-color: #ADB365; }
a { background-color: rgb(173,179,101); }
div.DivClassName
{
background-color: #ADB365;
}
.BgClassName
{
background-color: #ADB365;
}
</style>
border-color css
<style>
span { border-color: #ADB365; }
span { border-color: rgb(173,179,101); }
td.TdClassName
{
border-color: #ADB365;
}
.TagClassName
{
border-color: #ADB365;
}
</style>