Shades of Olive #7B840D
Tints of Olive #7B840D
RGB
CMYK
RGB Variations
Color information
#7B840D (or 0x7B840D) is known color: Olive. HEX triplet: 7B, 84 and 0D. RGB value is (123,132,13). Sum of RGB (Red+Green+Blue) = 123+132+13=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #7B840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B840D is #847BF2. Grayscale: #747474. Windows color (decimal): -8682483 or 885883. OLE color: 885883.
HSL color Cylindrical-coordinate representation of color #7B840D: hue angle of 64.54º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B840D is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 132 | 13 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.48 |
| HSL | 64.54º | 0.82% | 0.28% | - |
| HSV(B) | 64.54º | 0.9% | 0.52% | - |
| XYZ | 16.49 | 20.74 | 3.52 | - |
| YUV | 115.74 | 70.02 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 13 | 0.07 | 0 | 0.90 | 0.48 | 64.54 | 0.82 | 0.28 |
| Hex | 7B | 84 | D | 7 | 0 | 5A | 30 | 41 | 52 | 1C |
| Octal | 173 | 204 | 15 | 7 | 0 | 132 | 60 | 101 | 122 | 34 |
| Binary | 1111011 | 10000100 | 1101 | 111 | 0 | 1011010 | 110000 | 1000001 | 1010010 | 11100 |
Color Harmonies of #7B840D
Complementary color
Monochromatic Colors of #7B840D
Black with #7B840D
Text Example
Text Example
White with #7B840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B840D; }
p { color: rgb(123,132,13); }
H1.HeaderClassName
{
color: #7B840D;
}
.AnyTagClassName
{
color: #7B840D;
}
</style>
background-color css
<style>
a { background-color: #7B840D; }
a { background-color: rgb(123,132,13); }
div.DivClassName
{
background-color: #7B840D;
}
.BgClassName
{
background-color: #7B840D;
}
</style>
border-color css
<style>
span { border-color: #7B840D; }
span { border-color: rgb(123,132,13); }
td.TdClassName
{
border-color: #7B840D;
}
.TagClassName
{
border-color: #7B840D;
}
</style>