Shades of Olive #7F940B
Tints of Olive #7F940B
RGB
CMYK
RGB Variations
Color information
#7F940B (or 0x7F940B) is known color: Olive. HEX triplet: 7F, 94 and 0B. RGB value is (127,148,11). Sum of RGB (Red+Green+Blue) = 127+148+11=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #7F940B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F940B is #806BF4. Grayscale: #7E7E7E. Windows color (decimal): -8416245 or 758911. OLE color: 758911.
HSL color Cylindrical-coordinate representation of color #7F940B: hue angle of 69.2º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F940B is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 11 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.42 |
| HSL | 69.2º | 0.86% | 0.31% | - |
| HSV(B) | 69.2º | 0.93% | 0.58% | - |
| XYZ | 19.4 | 25.72 | 4.26 | - |
| YUV | 126.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 11 | 0.14 | 0 | 0.93 | 0.42 | 69.2 | 0.86 | 0.31 |
| Hex | 7F | 94 | B | E | 0 | 5D | 2A | 45 | 56 | 1F |
| Octal | 177 | 224 | 13 | 16 | 0 | 135 | 52 | 105 | 126 | 37 |
| Binary | 1111111 | 10010100 | 1011 | 1110 | 0 | 1011101 | 101010 | 1000101 | 1010110 | 11111 |
Color Harmonies of #7F940B
Complementary color
Monochromatic Colors of #7F940B
Black with #7F940B
Text Example
Text Example
White with #7F940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F940B; }
p { color: rgb(127,148,11); }
H1.HeaderClassName
{
color: #7F940B;
}
.AnyTagClassName
{
color: #7F940B;
}
</style>
background-color css
<style>
a { background-color: #7F940B; }
a { background-color: rgb(127,148,11); }
div.DivClassName
{
background-color: #7F940B;
}
.BgClassName
{
background-color: #7F940B;
}
</style>
border-color css
<style>
span { border-color: #7F940B; }
span { border-color: rgb(127,148,11); }
td.TdClassName
{
border-color: #7F940B;
}
.TagClassName
{
border-color: #7F940B;
}
</style>