Shades of Olive #8A8602
Tints of Olive #8A8602
RGB
CMYK
RGB Variations
Color information
#8A8602 (or 0x8A8602) is known color: Olive. HEX triplet: 8A, 86 and 02. RGB value is (138,134,2). Sum of RGB (Red+Green+Blue) = 138+134+2=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8602 is #7579FD. Grayscale: #787878. Windows color (decimal): -7698942 or 165514. OLE color: 165514.
HSL color Cylindrical-coordinate representation of color #8A8602: hue angle of 58.24º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A8602 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.46 |
| HSL | 58.24º | 0.97% | 0.27% | - |
| HSV(B) | 58.24º | 0.99% | 0.54% | - |
| XYZ | 19.02 | 22.46 | 3.39 | - |
| YUV | 120.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 2 | 0 | 0.03 | 0.99 | 0.46 | 58.24 | 0.97 | 0.27 |
| Hex | 8A | 86 | 2 | 0 | 3 | 63 | 2E | 3A | 61 | 1B |
| Octal | 212 | 206 | 2 | 0 | 3 | 143 | 56 | 72 | 141 | 33 |
| Binary | 10001010 | 10000110 | 10 | 0 | 11 | 1100011 | 101110 | 111010 | 1100001 | 11011 |
Color Harmonies of #8A8602
Complementary color
Monochromatic Colors of #8A8602
Black with #8A8602
Text Example
Text Example
White with #8A8602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8602; }
p { color: rgb(138,134,2); }
H1.HeaderClassName
{
color: #8A8602;
}
.AnyTagClassName
{
color: #8A8602;
}
</style>
background-color css
<style>
a { background-color: #8A8602; }
a { background-color: rgb(138,134,2); }
div.DivClassName
{
background-color: #8A8602;
}
.BgClassName
{
background-color: #8A8602;
}
</style>
border-color css
<style>
span { border-color: #8A8602; }
span { border-color: rgb(138,134,2); }
td.TdClassName
{
border-color: #8A8602;
}
.TagClassName
{
border-color: #8A8602;
}
</style>