Shades of Olive #8A8A06
Tints of Olive #8A8A06
RGB
CMYK
RGB Variations
Color information
#8A8A06 (or 0x8A8A06) is known color: Olive. HEX triplet: 8A, 8A and 06. RGB value is (138,138,6). Sum of RGB (Red+Green+Blue) = 138+138+6=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8A06 is #7575F9. Grayscale: #7B7B7B. Windows color (decimal): -7697914 or 428682. OLE color: 428682.
HSL color Cylindrical-coordinate representation of color #8A8A06: hue angle of 60º 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 #8A8A06 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 138 | 6 | - |
| CMYK | 0 | 0 | 0.96 | 0.46 |
| HSL | 60º | 0.92% | 0.28% | - |
| HSV(B) | 60º | 0.96% | 0.54% | - |
| XYZ | 19.6 | 23.59 | 3.69 | - |
| YUV | 122.95 | 62 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 6 | 0 | 0 | 0.96 | 0.46 | 60 | 0.92 | 0.28 |
| Hex | 8A | 8A | 6 | 0 | 0 | 60 | 2E | 3C | 5C | 1C |
| Octal | 212 | 212 | 6 | 0 | 0 | 140 | 56 | 74 | 134 | 34 |
| Binary | 10001010 | 10001010 | 110 | 0 | 0 | 1100000 | 101110 | 111100 | 1011100 | 11100 |
Color Harmonies of #8A8A06
Complementary color
Monochromatic Colors of #8A8A06
Black with #8A8A06
Text Example
Text Example
White with #8A8A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8A06; }
p { color: rgb(138,138,6); }
H1.HeaderClassName
{
color: #8A8A06;
}
.AnyTagClassName
{
color: #8A8A06;
}
</style>
background-color css
<style>
a { background-color: #8A8A06; }
a { background-color: rgb(138,138,6); }
div.DivClassName
{
background-color: #8A8A06;
}
.BgClassName
{
background-color: #8A8A06;
}
</style>
border-color css
<style>
span { border-color: #8A8A06; }
span { border-color: rgb(138,138,6); }
td.TdClassName
{
border-color: #8A8A06;
}
.TagClassName
{
border-color: #8A8A06;
}
</style>