Shades of Olive #7B6F01
Tints of Olive #7B6F01
RGB
CMYK
RGB Variations
Color information
#7B6F01 (or 0x7B6F01) is known color: Olive. HEX triplet: 7B, 6F and 01. RGB value is (123,111,1). Sum of RGB (Red+Green+Blue) = 123+111+1=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6F01 is #8490FE. Grayscale: #666666. Windows color (decimal): -8687871 or 94075. OLE color: 94075.
HSL color Cylindrical-coordinate representation of color #7B6F01: hue angle of 54.1º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B6F01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.52 |
| HSL | 54.1º | 0.98% | 0.24% | - |
| HSV(B) | 54.1º | 0.99% | 0.48% | - |
| XYZ | 13.86 | 15.58 | 2.31 | - |
| YUV | 102.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 1 | 0 | 0.10 | 0.99 | 0.52 | 54.1 | 0.98 | 0.24 |
| Hex | 7B | 6F | 1 | 0 | A | 63 | 34 | 36 | 62 | 18 |
| Octal | 173 | 157 | 1 | 0 | 12 | 143 | 64 | 66 | 142 | 30 |
| Binary | 1111011 | 1101111 | 1 | 0 | 1010 | 1100011 | 110100 | 110110 | 1100010 | 11000 |
Color Harmonies of #7B6F01
Complementary color
Monochromatic Colors of #7B6F01
Black with #7B6F01
Text Example
Text Example
White with #7B6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F01; }
p { color: rgb(123,111,1); }
H1.HeaderClassName
{
color: #7B6F01;
}
.AnyTagClassName
{
color: #7B6F01;
}
</style>
background-color css
<style>
a { background-color: #7B6F01; }
a { background-color: rgb(123,111,1); }
div.DivClassName
{
background-color: #7B6F01;
}
.BgClassName
{
background-color: #7B6F01;
}
</style>
border-color css
<style>
span { border-color: #7B6F01; }
span { border-color: rgb(123,111,1); }
td.TdClassName
{
border-color: #7B6F01;
}
.TagClassName
{
border-color: #7B6F01;
}
</style>