Shades of Olive Green #A8B45C
Tints of Olive Green #A8B45C
RGB
CMYK
RGB Variations
Color information
#A8B45C (or 0xA8B45C) is known color: Olive Green. HEX triplet: A8, B4 and 5C. RGB value is (168,180,92). Sum of RGB (Red+Green+Blue) = 168+180+92=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B45C is #574BA3. Grayscale: #A6A6A6. Windows color (decimal): -5720996 or 6075560. OLE color: 6075560.
HSL color Cylindrical-coordinate representation of color #A8B45C: hue angle of 68.18º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8B45C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 92 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.29 |
| HSL | 68.18º | 0.37% | 0.53% | - |
| HSV(B) | 68.18º | 0.49% | 0.71% | - |
| XYZ | 34.4 | 41.74 | 16.37 | - |
| YUV | 166.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 92 | 0.07 | 0 | 0.49 | 0.29 | 68.18 | 0.37 | 0.53 |
| Hex | A8 | B4 | 5C | 7 | 0 | 31 | 1D | 44 | 25 | 35 |
| Octal | 250 | 264 | 134 | 7 | 0 | 61 | 35 | 104 | 45 | 65 |
| Binary | 10101000 | 10110100 | 1011100 | 111 | 0 | 110001 | 11101 | 1000100 | 100101 | 110101 |
Color Harmonies of #A8B45C
Complementary color
Monochromatic Colors of #A8B45C
Black with #A8B45C
Text Example
Text Example
White with #A8B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B45C; }
p { color: rgb(168,180,92); }
H1.HeaderClassName
{
color: #A8B45C;
}
.AnyTagClassName
{
color: #A8B45C;
}
</style>
background-color css
<style>
a { background-color: #A8B45C; }
a { background-color: rgb(168,180,92); }
div.DivClassName
{
background-color: #A8B45C;
}
.BgClassName
{
background-color: #A8B45C;
}
</style>
border-color css
<style>
span { border-color: #A8B45C; }
span { border-color: rgb(168,180,92); }
td.TdClassName
{
border-color: #A8B45C;
}
.TagClassName
{
border-color: #A8B45C;
}
</style>