Shades of Olive Green #ADB26B
Tints of Olive Green #ADB26B
RGB
CMYK
RGB Variations
Color information
#ADB26B (or 0xADB26B) is known color: Olive Green. HEX triplet: AD, B2 and 6B. RGB value is (173,178,107). Sum of RGB (Red+Green+Blue) = 173+178+107=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB26B is #524D94. Grayscale: #A8A8A8. Windows color (decimal): -5393813 or 7058093. OLE color: 7058093.
HSL color Cylindrical-coordinate representation of color #ADB26B: hue angle of 64.23º 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 #ADB26B is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 107 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.30 |
| HSL | 64.23º | 0.32% | 0.56% | - |
| HSV(B) | 64.23º | 0.4% | 0.7% | - |
| XYZ | 35.81 | 41.79 | 20.09 | - |
| YUV | 168.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 107 | 0.03 | 0 | 0.40 | 0.30 | 64.23 | 0.32 | 0.56 |
| Hex | AD | B2 | 6B | 3 | 0 | 28 | 1E | 40 | 20 | 38 |
| Octal | 255 | 262 | 153 | 3 | 0 | 50 | 36 | 100 | 40 | 70 |
| Binary | 10101101 | 10110010 | 1101011 | 11 | 0 | 101000 | 11110 | 1000000 | 100000 | 111000 |
Color Harmonies of #ADB26B
Complementary color
Monochromatic Colors of #ADB26B
Black with #ADB26B
Text Example
Text Example
White with #ADB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB26B; }
p { color: rgb(173,178,107); }
H1.HeaderClassName
{
color: #ADB26B;
}
.AnyTagClassName
{
color: #ADB26B;
}
</style>
background-color css
<style>
a { background-color: #ADB26B; }
a { background-color: rgb(173,178,107); }
div.DivClassName
{
background-color: #ADB26B;
}
.BgClassName
{
background-color: #ADB26B;
}
</style>
border-color css
<style>
span { border-color: #ADB26B; }
span { border-color: rgb(173,178,107); }
td.TdClassName
{
border-color: #ADB26B;
}
.TagClassName
{
border-color: #ADB26B;
}
</style>