Shades of Olive Green #ADAE67
Tints of Olive Green #ADAE67
RGB
CMYK
RGB Variations
Color information
#ADAE67 (or 0xADAE67) is known color: Olive Green. HEX triplet: AD, AE and 67. RGB value is (173,174,103). Sum of RGB (Red+Green+Blue) = 173+174+103=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE67 is #525198. Grayscale: #A5A5A5. Windows color (decimal): -5394841 or 6794925. OLE color: 6794925.
HSL color Cylindrical-coordinate representation of color #ADAE67: hue angle of 60.85º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADAE67 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 103 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.32 |
| HSL | 60.85º | 0.3% | 0.54% | - |
| HSV(B) | 60.85º | 0.41% | 0.68% | - |
| XYZ | 34.82 | 40.14 | 18.74 | - |
| YUV | 165.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 103 | 0.01 | 0 | 0.41 | 0.32 | 60.85 | 0.3 | 0.54 |
| Hex | AD | AE | 67 | 1 | 0 | 29 | 20 | 3D | 1E | 36 |
| Octal | 255 | 256 | 147 | 1 | 0 | 51 | 40 | 75 | 36 | 66 |
| Binary | 10101101 | 10101110 | 1100111 | 1 | 0 | 101001 | 100000 | 111101 | 11110 | 110110 |
Color Harmonies of #ADAE67
Complementary color
Monochromatic Colors of #ADAE67
Black with #ADAE67
Text Example
Text Example
White with #ADAE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE67; }
p { color: rgb(173,174,103); }
H1.HeaderClassName
{
color: #ADAE67;
}
.AnyTagClassName
{
color: #ADAE67;
}
</style>
background-color css
<style>
a { background-color: #ADAE67; }
a { background-color: rgb(173,174,103); }
div.DivClassName
{
background-color: #ADAE67;
}
.BgClassName
{
background-color: #ADAE67;
}
</style>
border-color css
<style>
span { border-color: #ADAE67; }
span { border-color: rgb(173,174,103); }
td.TdClassName
{
border-color: #ADAE67;
}
.TagClassName
{
border-color: #ADAE67;
}
</style>