Shades of Olive #8A7E07
Tints of Olive #8A7E07
RGB
CMYK
RGB Variations
Color information
#8A7E07 (or 0x8A7E07) is known color: Olive. HEX triplet: 8A, 7E and 07. RGB value is (138,126,7). Sum of RGB (Red+Green+Blue) = 138+126+7=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7E07 is #7581F8. Grayscale: #747474. Windows color (decimal): -7700985 or 491146. OLE color: 491146.
HSL color Cylindrical-coordinate representation of color #8A7E07: hue angle of 54.5º 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 #8A7E07 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 126 | 7 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.46 |
| HSL | 54.5º | 0.9% | 0.28% | - |
| HSV(B) | 54.5º | 0.95% | 0.54% | - |
| XYZ | 17.98 | 20.34 | 3.18 | - |
| YUV | 116.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 7 | 0 | 0.09 | 0.95 | 0.46 | 54.5 | 0.9 | 0.28 |
| Hex | 8A | 7E | 7 | 0 | 9 | 5F | 2E | 37 | 5A | 1C |
| Octal | 212 | 176 | 7 | 0 | 11 | 137 | 56 | 67 | 132 | 34 |
| Binary | 10001010 | 1111110 | 111 | 0 | 1001 | 1011111 | 101110 | 110111 | 1011010 | 11100 |
Color Harmonies of #8A7E07
Complementary color
Monochromatic Colors of #8A7E07
Black with #8A7E07
Text Example
Text Example
White with #8A7E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7E07; }
p { color: rgb(138,126,7); }
H1.HeaderClassName
{
color: #8A7E07;
}
.AnyTagClassName
{
color: #8A7E07;
}
</style>
background-color css
<style>
a { background-color: #8A7E07; }
a { background-color: rgb(138,126,7); }
div.DivClassName
{
background-color: #8A7E07;
}
.BgClassName
{
background-color: #8A7E07;
}
</style>
border-color css
<style>
span { border-color: #8A7E07; }
span { border-color: rgb(138,126,7); }
td.TdClassName
{
border-color: #8A7E07;
}
.TagClassName
{
border-color: #8A7E07;
}
</style>