Shades of Olive #8A8102
Tints of Olive #8A8102
RGB
CMYK
RGB Variations
Color information
#8A8102 (or 0x8A8102) is known color: Olive. HEX triplet: 8A, 81 and 02. RGB value is (138,129,2). Sum of RGB (Red+Green+Blue) = 138+129+2=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8102 is #757EFD. Grayscale: #757575. Windows color (decimal): -7700222 or 164234. OLE color: 164234.
HSL color Cylindrical-coordinate representation of color #8A8102: hue angle of 56.03º 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 #8A8102 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.46 |
| HSL | 56.03º | 0.97% | 0.27% | - |
| HSV(B) | 56.03º | 0.99% | 0.54% | - |
| XYZ | 18.34 | 21.11 | 3.16 | - |
| YUV | 117.21 | 62.98 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 2 | 0 | 0.07 | 0.99 | 0.46 | 56.03 | 0.97 | 0.27 |
| Hex | 8A | 81 | 2 | 0 | 7 | 63 | 2E | 38 | 61 | 1B |
| Octal | 212 | 201 | 2 | 0 | 7 | 143 | 56 | 70 | 141 | 33 |
| Binary | 10001010 | 10000001 | 10 | 0 | 111 | 1100011 | 101110 | 111000 | 1100001 | 11011 |
Color Harmonies of #8A8102
Complementary color
Monochromatic Colors of #8A8102
Black with #8A8102
Text Example
Text Example
White with #8A8102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8102; }
p { color: rgb(138,129,2); }
H1.HeaderClassName
{
color: #8A8102;
}
.AnyTagClassName
{
color: #8A8102;
}
</style>
background-color css
<style>
a { background-color: #8A8102; }
a { background-color: rgb(138,129,2); }
div.DivClassName
{
background-color: #8A8102;
}
.BgClassName
{
background-color: #8A8102;
}
</style>
border-color css
<style>
span { border-color: #8A8102; }
span { border-color: rgb(138,129,2); }
td.TdClassName
{
border-color: #8A8102;
}
.TagClassName
{
border-color: #8A8102;
}
</style>