Shades of Olive Green #ADB765
Tints of Olive Green #ADB765
RGB
CMYK
RGB Variations
Color information
#ADB765 (or 0xADB765) is known color: Olive Green. HEX triplet: AD, B7 and 65. RGB value is (173,183,101). Sum of RGB (Red+Green+Blue) = 173+183+101=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB765 is #52489A. Grayscale: #AAAAAA. Windows color (decimal): -5392539 or 6666157. OLE color: 6666157.
HSL color Cylindrical-coordinate representation of color #ADB765: hue angle of 67.32º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB765 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 101 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.28 |
| HSL | 67.32º | 0.36% | 0.56% | - |
| HSV(B) | 67.32º | 0.45% | 0.72% | - |
| XYZ | 36.52 | 43.69 | 18.82 | - |
| YUV | 170.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 101 | 0.05 | 0 | 0.45 | 0.28 | 67.32 | 0.36 | 0.56 |
| Hex | AD | B7 | 65 | 5 | 0 | 2D | 1C | 43 | 24 | 38 |
| Octal | 255 | 267 | 145 | 5 | 0 | 55 | 34 | 103 | 44 | 70 |
| Binary | 10101101 | 10110111 | 1100101 | 101 | 0 | 101101 | 11100 | 1000011 | 100100 | 111000 |
Color Harmonies of #ADB765
Complementary color
Monochromatic Colors of #ADB765
Black with #ADB765
Text Example
Text Example
White with #ADB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB765; }
p { color: rgb(173,183,101); }
H1.HeaderClassName
{
color: #ADB765;
}
.AnyTagClassName
{
color: #ADB765;
}
</style>
background-color css
<style>
a { background-color: #ADB765; }
a { background-color: rgb(173,183,101); }
div.DivClassName
{
background-color: #ADB765;
}
.BgClassName
{
background-color: #ADB765;
}
</style>
border-color css
<style>
span { border-color: #ADB765; }
span { border-color: rgb(173,183,101); }
td.TdClassName
{
border-color: #ADB765;
}
.TagClassName
{
border-color: #ADB765;
}
</style>