Shades of Olive #8A8807
Tints of Olive #8A8807
RGB
CMYK
RGB Variations
Color information
#8A8807 (or 0x8A8807) is known color: Olive. HEX triplet: 8A, 88 and 07. RGB value is (138,136,7). Sum of RGB (Red+Green+Blue) = 138+136+7=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8807 is #7577F8. Grayscale: #7A7A7A. Windows color (decimal): -7698425 or 493706. OLE color: 493706.
HSL color Cylindrical-coordinate representation of color #8A8807: hue angle of 59.08º 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 #8A8807 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 7 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.46 |
| HSL | 59.08º | 0.9% | 0.28% | - |
| HSV(B) | 59.08º | 0.95% | 0.54% | - |
| XYZ | 19.32 | 23.03 | 3.63 | - |
| YUV | 121.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 7 | 0 | 0.01 | 0.95 | 0.46 | 59.08 | 0.9 | 0.28 |
| Hex | 8A | 88 | 7 | 0 | 1 | 5F | 2E | 3B | 5A | 1C |
| Octal | 212 | 210 | 7 | 0 | 1 | 137 | 56 | 73 | 132 | 34 |
| Binary | 10001010 | 10001000 | 111 | 0 | 1 | 1011111 | 101110 | 111011 | 1011010 | 11100 |
Color Harmonies of #8A8807
Complementary color
Monochromatic Colors of #8A8807
Black with #8A8807
Text Example
Text Example
White with #8A8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8807; }
p { color: rgb(138,136,7); }
H1.HeaderClassName
{
color: #8A8807;
}
.AnyTagClassName
{
color: #8A8807;
}
</style>
background-color css
<style>
a { background-color: #8A8807; }
a { background-color: rgb(138,136,7); }
div.DivClassName
{
background-color: #8A8807;
}
.BgClassName
{
background-color: #8A8807;
}
</style>
border-color css
<style>
span { border-color: #8A8807; }
span { border-color: rgb(138,136,7); }
td.TdClassName
{
border-color: #8A8807;
}
.TagClassName
{
border-color: #8A8807;
}
</style>