Shades of Olive #7F940C
Tints of Olive #7F940C
RGB
CMYK
RGB Variations
Color information
#7F940C (or 0x7F940C) is known color: Olive. HEX triplet: 7F, 94 and 0C. RGB value is (127,148,12). Sum of RGB (Red+Green+Blue) = 127+148+12=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #7F940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F940C is #806BF3. Grayscale: #7E7E7E. Windows color (decimal): -8416244 or 824447. OLE color: 824447.
HSL color Cylindrical-coordinate representation of color #7F940C: hue angle of 69.26º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F940C is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 12 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.42 |
| HSL | 69.26º | 0.85% | 0.31% | - |
| HSV(B) | 69.26º | 0.92% | 0.58% | - |
| XYZ | 19.41 | 25.72 | 4.29 | - |
| YUV | 126.22 | 63.54 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 12 | 0.14 | 0 | 0.92 | 0.42 | 69.26 | 0.85 | 0.31 |
| Hex | 7F | 94 | C | E | 0 | 5C | 2A | 45 | 55 | 1F |
| Octal | 177 | 224 | 14 | 16 | 0 | 134 | 52 | 105 | 125 | 37 |
| Binary | 1111111 | 10010100 | 1100 | 1110 | 0 | 1011100 | 101010 | 1000101 | 1010101 | 11111 |
Color Harmonies of #7F940C
Complementary color
Monochromatic Colors of #7F940C
Black with #7F940C
Text Example
Text Example
White with #7F940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F940C; }
p { color: rgb(127,148,12); }
H1.HeaderClassName
{
color: #7F940C;
}
.AnyTagClassName
{
color: #7F940C;
}
</style>
background-color css
<style>
a { background-color: #7F940C; }
a { background-color: rgb(127,148,12); }
div.DivClassName
{
background-color: #7F940C;
}
.BgClassName
{
background-color: #7F940C;
}
</style>
border-color css
<style>
span { border-color: #7F940C; }
span { border-color: rgb(127,148,12); }
td.TdClassName
{
border-color: #7F940C;
}
.TagClassName
{
border-color: #7F940C;
}
</style>