Shades of Olive #8A7307
Tints of Olive #8A7307
RGB
CMYK
RGB Variations
Color information
#8A7307 (or 0x8A7307) is known color: Olive. HEX triplet: 8A, 73 and 07. RGB value is (138,115,7). Sum of RGB (Red+Green+Blue) = 138+115+7=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7307 is #758CF8. Grayscale: #6E6E6E. Windows color (decimal): -7703801 or 488330. OLE color: 488330.
HSL color Cylindrical-coordinate representation of color #8A7307: hue angle of 49.47º 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 #8A7307 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 115 | 7 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.46 |
| HSL | 49.47º | 0.9% | 0.28% | - |
| HSV(B) | 49.47º | 0.95% | 0.54% | - |
| XYZ | 16.65 | 17.68 | 2.74 | - |
| YUV | 109.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 7 | 0 | 0.17 | 0.95 | 0.46 | 49.47 | 0.9 | 0.28 |
| Hex | 8A | 73 | 7 | 0 | 11 | 5F | 2E | 31 | 5A | 1C |
| Octal | 212 | 163 | 7 | 0 | 21 | 137 | 56 | 61 | 132 | 34 |
| Binary | 10001010 | 1110011 | 111 | 0 | 10001 | 1011111 | 101110 | 110001 | 1011010 | 11100 |
Color Harmonies of #8A7307
Complementary color
Monochromatic Colors of #8A7307
Black with #8A7307
Text Example
Text Example
White with #8A7307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7307; }
p { color: rgb(138,115,7); }
H1.HeaderClassName
{
color: #8A7307;
}
.AnyTagClassName
{
color: #8A7307;
}
</style>
background-color css
<style>
a { background-color: #8A7307; }
a { background-color: rgb(138,115,7); }
div.DivClassName
{
background-color: #8A7307;
}
.BgClassName
{
background-color: #8A7307;
}
</style>
border-color css
<style>
span { border-color: #8A7307; }
span { border-color: rgb(138,115,7); }
td.TdClassName
{
border-color: #8A7307;
}
.TagClassName
{
border-color: #8A7307;
}
</style>