Shades of Olive Green #A8B65A
Tints of Olive Green #A8B65A
RGB
CMYK
RGB Variations
Color information
#A8B65A (or 0xA8B65A) is known color: Olive Green. HEX triplet: A8, B6 and 5A. RGB value is (168,182,90). Sum of RGB (Red+Green+Blue) = 168+182+90=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B65A is #5749A5. Grayscale: #A7A7A7. Windows color (decimal): -5720486 or 5945000. OLE color: 5945000.
HSL color Cylindrical-coordinate representation of color #A8B65A: hue angle of 69.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8B65A is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 90 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.29 |
| HSL | 69.13º | 0.39% | 0.53% | - |
| HSV(B) | 69.13º | 0.51% | 0.71% | - |
| XYZ | 34.72 | 42.52 | 16.05 | - |
| YUV | 167.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 90 | 0.08 | 0 | 0.51 | 0.29 | 69.13 | 0.39 | 0.53 |
| Hex | A8 | B6 | 5A | 8 | 0 | 33 | 1D | 45 | 27 | 35 |
| Octal | 250 | 266 | 132 | 10 | 0 | 63 | 35 | 105 | 47 | 65 |
| Binary | 10101000 | 10110110 | 1011010 | 1000 | 0 | 110011 | 11101 | 1000101 | 100111 | 110101 |
Color Harmonies of #A8B65A
Complementary color
Monochromatic Colors of #A8B65A
Black with #A8B65A
Text Example
Text Example
White with #A8B65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B65A; }
p { color: rgb(168,182,90); }
H1.HeaderClassName
{
color: #A8B65A;
}
.AnyTagClassName
{
color: #A8B65A;
}
</style>
background-color css
<style>
a { background-color: #A8B65A; }
a { background-color: rgb(168,182,90); }
div.DivClassName
{
background-color: #A8B65A;
}
.BgClassName
{
background-color: #A8B65A;
}
</style>
border-color css
<style>
span { border-color: #A8B65A; }
span { border-color: rgb(168,182,90); }
td.TdClassName
{
border-color: #A8B65A;
}
.TagClassName
{
border-color: #A8B65A;
}
</style>