Shades of Olive #8A8407
Tints of Olive #8A8407
RGB
CMYK
RGB Variations
Color information
#8A8407 (or 0x8A8407) is known color: Olive. HEX triplet: 8A, 84 and 07. RGB value is (138,132,7). Sum of RGB (Red+Green+Blue) = 138+132+7=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8407 is #757BF8. Grayscale: #787878. Windows color (decimal): -7699449 or 492682. OLE color: 492682.
HSL color Cylindrical-coordinate representation of color #8A8407: hue angle of 57.25º 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 #8A8407 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 7 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.46 |
| HSL | 57.25º | 0.9% | 0.28% | - |
| HSV(B) | 57.25º | 0.95% | 0.54% | - |
| XYZ | 18.77 | 21.92 | 3.44 | - |
| YUV | 119.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 7 | 0 | 0.04 | 0.95 | 0.46 | 57.25 | 0.9 | 0.28 |
| Hex | 8A | 84 | 7 | 0 | 4 | 5F | 2E | 39 | 5A | 1C |
| Octal | 212 | 204 | 7 | 0 | 4 | 137 | 56 | 71 | 132 | 34 |
| Binary | 10001010 | 10000100 | 111 | 0 | 100 | 1011111 | 101110 | 111001 | 1011010 | 11100 |
Color Harmonies of #8A8407
Complementary color
Monochromatic Colors of #8A8407
Black with #8A8407
Text Example
Text Example
White with #8A8407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8407; }
p { color: rgb(138,132,7); }
H1.HeaderClassName
{
color: #8A8407;
}
.AnyTagClassName
{
color: #8A8407;
}
</style>
background-color css
<style>
a { background-color: #8A8407; }
a { background-color: rgb(138,132,7); }
div.DivClassName
{
background-color: #8A8407;
}
.BgClassName
{
background-color: #8A8407;
}
</style>
border-color css
<style>
span { border-color: #8A8407; }
span { border-color: rgb(138,132,7); }
td.TdClassName
{
border-color: #8A8407;
}
.TagClassName
{
border-color: #8A8407;
}
</style>