Shades of Olive #7B7D05
Tints of Olive #7B7D05
RGB
CMYK
RGB Variations
Color information
#7B7D05 (or 0x7B7D05) is known color: Olive. HEX triplet: 7B, 7D and 05. RGB value is (123,125,5). Sum of RGB (Red+Green+Blue) = 123+125+5=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #7B7D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7D05 is #8482FA. Grayscale: #6F6F6F. Windows color (decimal): -8684283 or 359803. OLE color: 359803.
HSL color Cylindrical-coordinate representation of color #7B7D05: hue angle of 61º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B7D05 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 125 | 5 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.51 |
| HSL | 61º | 0.92% | 0.25% | - |
| HSV(B) | 61º | 0.96% | 0.49% | - |
| XYZ | 15.53 | 18.89 | 2.97 | - |
| YUV | 110.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 125 | 5 | 0.02 | 0 | 0.96 | 0.51 | 61 | 0.92 | 0.25 |
| Hex | 7B | 7D | 5 | 2 | 0 | 60 | 33 | 3D | 5C | 19 |
| Octal | 173 | 175 | 5 | 2 | 0 | 140 | 63 | 75 | 134 | 31 |
| Binary | 1111011 | 1111101 | 101 | 10 | 0 | 1100000 | 110011 | 111101 | 1011100 | 11001 |
Color Harmonies of #7B7D05
Complementary color
Monochromatic Colors of #7B7D05
Black with #7B7D05
Text Example
Text Example
White with #7B7D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7D05; }
p { color: rgb(123,125,5); }
H1.HeaderClassName
{
color: #7B7D05;
}
.AnyTagClassName
{
color: #7B7D05;
}
</style>
background-color css
<style>
a { background-color: #7B7D05; }
a { background-color: rgb(123,125,5); }
div.DivClassName
{
background-color: #7B7D05;
}
.BgClassName
{
background-color: #7B7D05;
}
</style>
border-color css
<style>
span { border-color: #7B7D05; }
span { border-color: rgb(123,125,5); }
td.TdClassName
{
border-color: #7B7D05;
}
.TagClassName
{
border-color: #7B7D05;
}
</style>