Shades of Olive #8A8D05
Tints of Olive #8A8D05
RGB
CMYK
RGB Variations
Color information
#8A8D05 (or 0x8A8D05) is known color: Olive. HEX triplet: 8A, 8D and 05. RGB value is (138,141,5). Sum of RGB (Red+Green+Blue) = 138+141+5=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8D05 is #7572FA. Grayscale: #7D7D7D. Windows color (decimal): -7697147 or 363914. OLE color: 363914.
HSL color Cylindrical-coordinate representation of color #8A8D05: hue angle of 61.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A8D05 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 141 | 5 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.45 |
| HSL | 61.32º | 0.93% | 0.29% | - |
| HSV(B) | 61.32º | 0.96% | 0.55% | - |
| XYZ | 20.03 | 24.46 | 3.81 | - |
| YUV | 124.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 5 | 0.02 | 0 | 0.96 | 0.45 | 61.32 | 0.93 | 0.29 |
| Hex | 8A | 8D | 5 | 2 | 0 | 60 | 2D | 3D | 5D | 1D |
| Octal | 212 | 215 | 5 | 2 | 0 | 140 | 55 | 75 | 135 | 35 |
| Binary | 10001010 | 10001101 | 101 | 10 | 0 | 1100000 | 101101 | 111101 | 1011101 | 11101 |
Color Harmonies of #8A8D05
Complementary color
Monochromatic Colors of #8A8D05
Black with #8A8D05
Text Example
Text Example
White with #8A8D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D05; }
p { color: rgb(138,141,5); }
H1.HeaderClassName
{
color: #8A8D05;
}
.AnyTagClassName
{
color: #8A8D05;
}
</style>
background-color css
<style>
a { background-color: #8A8D05; }
a { background-color: rgb(138,141,5); }
div.DivClassName
{
background-color: #8A8D05;
}
.BgClassName
{
background-color: #8A8D05;
}
</style>
border-color css
<style>
span { border-color: #8A8D05; }
span { border-color: rgb(138,141,5); }
td.TdClassName
{
border-color: #8A8D05;
}
.TagClassName
{
border-color: #8A8D05;
}
</style>