Shades of Olive #8A8906
Tints of Olive #8A8906
RGB
CMYK
RGB Variations
Color information
#8A8906 (or 0x8A8906) is known color: Olive. HEX triplet: 8A, 89 and 06. RGB value is (138,137,6). Sum of RGB (Red+Green+Blue) = 138+137+6=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8906 is #7576F9. Grayscale: #7A7A7A. Windows color (decimal): -7698170 or 428426. OLE color: 428426.
HSL color Cylindrical-coordinate representation of color #8A8906: hue angle of 59.55º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A8906 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 6 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.46 |
| HSL | 59.55º | 0.92% | 0.28% | - |
| HSV(B) | 59.55º | 0.96% | 0.54% | - |
| XYZ | 19.46 | 23.31 | 3.65 | - |
| YUV | 122.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 6 | 0 | 0.01 | 0.96 | 0.46 | 59.55 | 0.92 | 0.28 |
| Hex | 8A | 89 | 6 | 0 | 1 | 60 | 2E | 3C | 5C | 1C |
| Octal | 212 | 211 | 6 | 0 | 1 | 140 | 56 | 74 | 134 | 34 |
| Binary | 10001010 | 10001001 | 110 | 0 | 1 | 1100000 | 101110 | 111100 | 1011100 | 11100 |
Color Harmonies of #8A8906
Complementary color
Monochromatic Colors of #8A8906
Black with #8A8906
Text Example
Text Example
White with #8A8906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8906; }
p { color: rgb(138,137,6); }
H1.HeaderClassName
{
color: #8A8906;
}
.AnyTagClassName
{
color: #8A8906;
}
</style>
background-color css
<style>
a { background-color: #8A8906; }
a { background-color: rgb(138,137,6); }
div.DivClassName
{
background-color: #8A8906;
}
.BgClassName
{
background-color: #8A8906;
}
</style>
border-color css
<style>
span { border-color: #8A8906; }
span { border-color: rgb(138,137,6); }
td.TdClassName
{
border-color: #8A8906;
}
.TagClassName
{
border-color: #8A8906;
}
</style>