Shades of Olive #7B7305
Tints of Olive #7B7305
RGB
CMYK
RGB Variations
Color information
#7B7305 (or 0x7B7305) is known color: Olive. HEX triplet: 7B, 73 and 05. RGB value is (123,115,5). Sum of RGB (Red+Green+Blue) = 123+115+5=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7305 is #848CFA. Grayscale: #696969. Windows color (decimal): -8686843 or 357243. OLE color: 357243.
HSL color Cylindrical-coordinate representation of color #7B7305: hue angle of 55.93º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B7305 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 5 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.52 |
| HSL | 55.93º | 0.92% | 0.25% | - |
| HSV(B) | 55.93º | 0.96% | 0.48% | - |
| XYZ | 14.33 | 16.48 | 2.57 | - |
| YUV | 104.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 5 | 0 | 0.07 | 0.96 | 0.52 | 55.93 | 0.92 | 0.25 |
| Hex | 7B | 73 | 5 | 0 | 7 | 60 | 34 | 38 | 5C | 19 |
| Octal | 173 | 163 | 5 | 0 | 7 | 140 | 64 | 70 | 134 | 31 |
| Binary | 1111011 | 1110011 | 101 | 0 | 111 | 1100000 | 110100 | 111000 | 1011100 | 11001 |
Color Harmonies of #7B7305
Complementary color
Monochromatic Colors of #7B7305
Black with #7B7305
Text Example
Text Example
White with #7B7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7305; }
p { color: rgb(123,115,5); }
H1.HeaderClassName
{
color: #7B7305;
}
.AnyTagClassName
{
color: #7B7305;
}
</style>
background-color css
<style>
a { background-color: #7B7305; }
a { background-color: rgb(123,115,5); }
div.DivClassName
{
background-color: #7B7305;
}
.BgClassName
{
background-color: #7B7305;
}
</style>
border-color css
<style>
span { border-color: #7B7305; }
span { border-color: rgb(123,115,5); }
td.TdClassName
{
border-color: #7B7305;
}
.TagClassName
{
border-color: #7B7305;
}
</style>