Shades of Olive #8A8A07
Tints of Olive #8A8A07
RGB
CMYK
RGB Variations
Color information
#8A8A07 (or 0x8A8A07) is known color: Olive. HEX triplet: 8A, 8A and 07. RGB value is (138,138,7). Sum of RGB (Red+Green+Blue) = 138+138+7=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8A07 is #7575F8. Grayscale: #7B7B7B. Windows color (decimal): -7697913 or 494218. OLE color: 494218.
HSL color Cylindrical-coordinate representation of color #8A8A07: hue angle of 60º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A8A07 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 138 | 7 | - |
| CMYK | 0 | 0 | 0.95 | 0.46 |
| HSL | 60º | 0.9% | 0.28% | - |
| HSV(B) | 60º | 0.95% | 0.54% | - |
| XYZ | 19.61 | 23.6 | 3.72 | - |
| YUV | 123.07 | 62.5 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 7 | 0 | 0 | 0.95 | 0.46 | 60 | 0.9 | 0.28 |
| Hex | 8A | 8A | 7 | 0 | 0 | 5F | 2E | 3C | 5A | 1C |
| Octal | 212 | 212 | 7 | 0 | 0 | 137 | 56 | 74 | 132 | 34 |
| Binary | 10001010 | 10001010 | 111 | 0 | 0 | 1011111 | 101110 | 111100 | 1011010 | 11100 |
Color Harmonies of #8A8A07
Complementary color
Monochromatic Colors of #8A8A07
Black with #8A8A07
Text Example
Text Example
White with #8A8A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8A07; }
p { color: rgb(138,138,7); }
H1.HeaderClassName
{
color: #8A8A07;
}
.AnyTagClassName
{
color: #8A8A07;
}
</style>
background-color css
<style>
a { background-color: #8A8A07; }
a { background-color: rgb(138,138,7); }
div.DivClassName
{
background-color: #8A8A07;
}
.BgClassName
{
background-color: #8A8A07;
}
</style>
border-color css
<style>
span { border-color: #8A8A07; }
span { border-color: rgb(138,138,7); }
td.TdClassName
{
border-color: #8A8A07;
}
.TagClassName
{
border-color: #8A8A07;
}
</style>