Shades of Olive #8A8803
Tints of Olive #8A8803
RGB
CMYK
RGB Variations
Color information
#8A8803 (or 0x8A8803) is known color: Olive. HEX triplet: 8A, 88 and 03. RGB value is (138,136,3). Sum of RGB (Red+Green+Blue) = 138+136+3=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8803 is #7577FC. Grayscale: #797979. Windows color (decimal): -7698429 or 231562. OLE color: 231562.
HSL color Cylindrical-coordinate representation of color #8A8803: hue angle of 59.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A8803 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 3 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.46 |
| HSL | 59.11º | 0.96% | 0.28% | - |
| HSV(B) | 59.11º | 0.98% | 0.54% | - |
| XYZ | 19.3 | 23.02 | 3.51 | - |
| YUV | 121.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 3 | 0 | 0.01 | 0.98 | 0.46 | 59.11 | 0.96 | 0.28 |
| Hex | 8A | 88 | 3 | 0 | 1 | 62 | 2E | 3B | 60 | 1C |
| Octal | 212 | 210 | 3 | 0 | 1 | 142 | 56 | 73 | 140 | 34 |
| Binary | 10001010 | 10001000 | 11 | 0 | 1 | 1100010 | 101110 | 111011 | 1100000 | 11100 |
Color Harmonies of #8A8803
Complementary color
Monochromatic Colors of #8A8803
Black with #8A8803
Text Example
Text Example
White with #8A8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8803; }
p { color: rgb(138,136,3); }
H1.HeaderClassName
{
color: #8A8803;
}
.AnyTagClassName
{
color: #8A8803;
}
</style>
background-color css
<style>
a { background-color: #8A8803; }
a { background-color: rgb(138,136,3); }
div.DivClassName
{
background-color: #8A8803;
}
.BgClassName
{
background-color: #8A8803;
}
</style>
border-color css
<style>
span { border-color: #8A8803; }
span { border-color: rgb(138,136,3); }
td.TdClassName
{
border-color: #8A8803;
}
.TagClassName
{
border-color: #8A8803;
}
</style>