Shades of Olive #7F930C
Tints of Olive #7F930C
RGB
CMYK
RGB Variations
Color information
#7F930C (or 0x7F930C) is known color: Olive. HEX triplet: 7F, 93 and 0C. RGB value is (127,147,12). Sum of RGB (Red+Green+Blue) = 127+147+12=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #7F930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F930C is #806CF3. Grayscale: #7E7E7E. Windows color (decimal): -8416500 or 824191. OLE color: 824191.
HSL color Cylindrical-coordinate representation of color #7F930C: hue angle of 68.89º 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 #7F930C is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 12 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.42 |
| HSL | 68.89º | 0.85% | 0.31% | - |
| HSV(B) | 68.89º | 0.92% | 0.58% | - |
| XYZ | 19.25 | 25.41 | 4.24 | - |
| YUV | 125.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 12 | 0.14 | 0 | 0.92 | 0.42 | 68.89 | 0.85 | 0.31 |
| Hex | 7F | 93 | C | E | 0 | 5C | 2A | 45 | 55 | 1F |
| Octal | 177 | 223 | 14 | 16 | 0 | 134 | 52 | 105 | 125 | 37 |
| Binary | 1111111 | 10010011 | 1100 | 1110 | 0 | 1011100 | 101010 | 1000101 | 1010101 | 11111 |
Color Harmonies of #7F930C
Complementary color
Monochromatic Colors of #7F930C
Black with #7F930C
Text Example
Text Example
White with #7F930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F930C; }
p { color: rgb(127,147,12); }
H1.HeaderClassName
{
color: #7F930C;
}
.AnyTagClassName
{
color: #7F930C;
}
</style>
background-color css
<style>
a { background-color: #7F930C; }
a { background-color: rgb(127,147,12); }
div.DivClassName
{
background-color: #7F930C;
}
.BgClassName
{
background-color: #7F930C;
}
</style>
border-color css
<style>
span { border-color: #7F930C; }
span { border-color: rgb(127,147,12); }
td.TdClassName
{
border-color: #7F930C;
}
.TagClassName
{
border-color: #7F930C;
}
</style>