Shades of Olive Green #ADB058
Tints of Olive Green #ADB058
RGB
CMYK
RGB Variations
Color information
#ADB058 (or 0xADB058) is known color: Olive Green. HEX triplet: AD, B0 and 58. RGB value is (173,176,88). Sum of RGB (Red+Green+Blue) = 173+176+88=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB058 is #524FA7. Grayscale: #A5A5A5. Windows color (decimal): -5394344 or 5812397. OLE color: 5812397.
HSL color Cylindrical-coordinate representation of color #ADB058: hue angle of 62.05º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADB058 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 88 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.31 |
| HSL | 62.05º | 0.36% | 0.52% | - |
| HSV(B) | 62.05º | 0.5% | 0.69% | - |
| XYZ | 34.52 | 40.64 | 15.26 | - |
| YUV | 165.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 88 | 0.02 | 0 | 0.50 | 0.31 | 62.05 | 0.36 | 0.52 |
| Hex | AD | B0 | 58 | 2 | 0 | 32 | 1F | 3E | 24 | 34 |
| Octal | 255 | 260 | 130 | 2 | 0 | 62 | 37 | 76 | 44 | 64 |
| Binary | 10101101 | 10110000 | 1011000 | 10 | 0 | 110010 | 11111 | 111110 | 100100 | 110100 |
Color Harmonies of #ADB058
Complementary color
Monochromatic Colors of #ADB058
Black with #ADB058
Text Example
Text Example
White with #ADB058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB058; }
p { color: rgb(173,176,88); }
H1.HeaderClassName
{
color: #ADB058;
}
.AnyTagClassName
{
color: #ADB058;
}
</style>
background-color css
<style>
a { background-color: #ADB058; }
a { background-color: rgb(173,176,88); }
div.DivClassName
{
background-color: #ADB058;
}
.BgClassName
{
background-color: #ADB058;
}
</style>
border-color css
<style>
span { border-color: #ADB058; }
span { border-color: rgb(173,176,88); }
td.TdClassName
{
border-color: #ADB058;
}
.TagClassName
{
border-color: #ADB058;
}
</style>