Shades of Olive #7B7A06
Tints of Olive #7B7A06
RGB
CMYK
RGB Variations
Color information
#7B7A06 (or 0x7B7A06) is known color: Olive. HEX triplet: 7B, 7A and 06. RGB value is (123,122,6). Sum of RGB (Red+Green+Blue) = 123+122+6=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7A06 is #8485F9. Grayscale: #6D6D6D. Windows color (decimal): -8685050 or 424571. OLE color: 424571.
HSL color Cylindrical-coordinate representation of color #7B7A06: hue angle of 59.49º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B7A06 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 122 | 6 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.52 |
| HSL | 59.49º | 0.91% | 0.25% | - |
| HSV(B) | 59.49º | 0.95% | 0.48% | - |
| XYZ | 15.16 | 18.14 | 2.88 | - |
| YUV | 109.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 6 | 0 | 0.01 | 0.95 | 0.52 | 59.49 | 0.91 | 0.25 |
| Hex | 7B | 7A | 6 | 0 | 1 | 5F | 34 | 3B | 5B | 19 |
| Octal | 173 | 172 | 6 | 0 | 1 | 137 | 64 | 73 | 133 | 31 |
| Binary | 1111011 | 1111010 | 110 | 0 | 1 | 1011111 | 110100 | 111011 | 1011011 | 11001 |
Color Harmonies of #7B7A06
Complementary color
Monochromatic Colors of #7B7A06
Black with #7B7A06
Text Example
Text Example
White with #7B7A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7A06; }
p { color: rgb(123,122,6); }
H1.HeaderClassName
{
color: #7B7A06;
}
.AnyTagClassName
{
color: #7B7A06;
}
</style>
background-color css
<style>
a { background-color: #7B7A06; }
a { background-color: rgb(123,122,6); }
div.DivClassName
{
background-color: #7B7A06;
}
.BgClassName
{
background-color: #7B7A06;
}
</style>
border-color css
<style>
span { border-color: #7B7A06; }
span { border-color: rgb(123,122,6); }
td.TdClassName
{
border-color: #7B7A06;
}
.TagClassName
{
border-color: #7B7A06;
}
</style>