Shades of Olive #7C9E01
Tints of Olive #7C9E01
RGB
CMYK
RGB Variations
Color information
#7C9E01 (or 0x7C9E01) is known color: Olive. HEX triplet: 7C, 9E and 01. RGB value is (124,158,1). Sum of RGB (Red+Green+Blue) = 124+158+1=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #7C9E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9E01 is #8361FE. Grayscale: #828282. Windows color (decimal): -8610303 or 106108. OLE color: 106108.
HSL color Cylindrical-coordinate representation of color #7C9E01: hue angle of 72.99º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C9E01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 158 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.38 |
| HSL | 72.99º | 0.99% | 0.31% | - |
| HSV(B) | 72.99º | 0.99% | 0.62% | - |
| XYZ | 20.54 | 28.74 | 4.49 | - |
| YUV | 129.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 1 | 0.22 | 0 | 0.99 | 0.38 | 72.99 | 0.99 | 0.31 |
| Hex | 7C | 9E | 1 | 16 | 0 | 63 | 26 | 49 | 63 | 1F |
| Octal | 174 | 236 | 1 | 26 | 0 | 143 | 46 | 111 | 143 | 37 |
| Binary | 1111100 | 10011110 | 1 | 10110 | 0 | 1100011 | 100110 | 1001001 | 1100011 | 11111 |
Color Harmonies of #7C9E01
Complementary color
Monochromatic Colors of #7C9E01
Black with #7C9E01
Text Example
Text Example
White with #7C9E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9E01; }
p { color: rgb(124,158,1); }
H1.HeaderClassName
{
color: #7C9E01;
}
.AnyTagClassName
{
color: #7C9E01;
}
</style>
background-color css
<style>
a { background-color: #7C9E01; }
a { background-color: rgb(124,158,1); }
div.DivClassName
{
background-color: #7C9E01;
}
.BgClassName
{
background-color: #7C9E01;
}
</style>
border-color css
<style>
span { border-color: #7C9E01; }
span { border-color: rgb(124,158,1); }
td.TdClassName
{
border-color: #7C9E01;
}
.TagClassName
{
border-color: #7C9E01;
}
</style>