Shades of Olive #7E8F01
Tints of Olive #7E8F01
RGB
CMYK
RGB Variations
Color information
#7E8F01 (or 0x7E8F01) is known color: Olive. HEX triplet: 7E, 8F and 01. RGB value is (126,143,1). Sum of RGB (Red+Green+Blue) = 126+143+1=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8F01 is #8170FE. Grayscale: #7A7A7A. Windows color (decimal): -8483071 or 102270. OLE color: 102270.
HSL color Cylindrical-coordinate representation of color #7E8F01: hue angle of 67.18º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E8F01 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 143 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.44 |
| HSL | 67.18º | 0.99% | 0.28% | - |
| HSV(B) | 67.18º | 0.99% | 0.56% | - |
| XYZ | 18.43 | 24.08 | 3.71 | - |
| YUV | 121.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 1 | 0.12 | 0 | 0.99 | 0.44 | 67.18 | 0.99 | 0.28 |
| Hex | 7E | 8F | 1 | C | 0 | 63 | 2C | 43 | 63 | 1C |
| Octal | 176 | 217 | 1 | 14 | 0 | 143 | 54 | 103 | 143 | 34 |
| Binary | 1111110 | 10001111 | 1 | 1100 | 0 | 1100011 | 101100 | 1000011 | 1100011 | 11100 |
Color Harmonies of #7E8F01
Complementary color
Monochromatic Colors of #7E8F01
Black with #7E8F01
Text Example
Text Example
White with #7E8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8F01; }
p { color: rgb(126,143,1); }
H1.HeaderClassName
{
color: #7E8F01;
}
.AnyTagClassName
{
color: #7E8F01;
}
</style>
background-color css
<style>
a { background-color: #7E8F01; }
a { background-color: rgb(126,143,1); }
div.DivClassName
{
background-color: #7E8F01;
}
.BgClassName
{
background-color: #7E8F01;
}
</style>
border-color css
<style>
span { border-color: #7E8F01; }
span { border-color: rgb(126,143,1); }
td.TdClassName
{
border-color: #7E8F01;
}
.TagClassName
{
border-color: #7E8F01;
}
</style>