Shades of Olive #7B7F0C
Tints of Olive #7B7F0C
RGB
CMYK
RGB Variations
Color information
#7B7F0C (or 0x7B7F0C) is known color: Olive. HEX triplet: 7B, 7F and 0C. RGB value is (123,127,12). Sum of RGB (Red+Green+Blue) = 123+127+12=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7F0C is #8480F3. Grayscale: #717171. Windows color (decimal): -8683764 or 819067. OLE color: 819067.
HSL color Cylindrical-coordinate representation of color #7B7F0C: hue angle of 62.09º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B7F0C is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 127 | 12 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.50 |
| HSL | 62.09º | 0.83% | 0.27% | - |
| HSV(B) | 62.09º | 0.91% | 0.5% | - |
| XYZ | 15.82 | 19.42 | 3.26 | - |
| YUV | 112.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 12 | 0.03 | 0 | 0.91 | 0.50 | 62.09 | 0.83 | 0.27 |
| Hex | 7B | 7F | C | 3 | 0 | 5B | 32 | 3E | 53 | 1B |
| Octal | 173 | 177 | 14 | 3 | 0 | 133 | 62 | 76 | 123 | 33 |
| Binary | 1111011 | 1111111 | 1100 | 11 | 0 | 1011011 | 110010 | 111110 | 1010011 | 11011 |
Color Harmonies of #7B7F0C
Complementary color
Monochromatic Colors of #7B7F0C
Black with #7B7F0C
Text Example
Text Example
White with #7B7F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F0C; }
p { color: rgb(123,127,12); }
H1.HeaderClassName
{
color: #7B7F0C;
}
.AnyTagClassName
{
color: #7B7F0C;
}
</style>
background-color css
<style>
a { background-color: #7B7F0C; }
a { background-color: rgb(123,127,12); }
div.DivClassName
{
background-color: #7B7F0C;
}
.BgClassName
{
background-color: #7B7F0C;
}
</style>
border-color css
<style>
span { border-color: #7B7F0C; }
span { border-color: rgb(123,127,12); }
td.TdClassName
{
border-color: #7B7F0C;
}
.TagClassName
{
border-color: #7B7F0C;
}
</style>