Shades of Olive #7B740F
Tints of Olive #7B740F
RGB
CMYK
RGB Variations
Color information
#7B740F (or 0x7B740F) is known color: Olive. HEX triplet: 7B, 74 and 0F. RGB value is (123,116,15). Sum of RGB (Red+Green+Blue) = 123+116+15=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B740F is #848BF0. Grayscale: #6A6A6A. Windows color (decimal): -8686577 or 1012859. OLE color: 1012859.
HSL color Cylindrical-coordinate representation of color #7B740F: hue angle of 56.11º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B740F is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 15 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.52 |
| HSL | 56.11º | 0.78% | 0.27% | - |
| HSV(B) | 56.11º | 0.88% | 0.48% | - |
| XYZ | 14.5 | 16.74 | 2.92 | - |
| YUV | 106.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 15 | 0 | 0.06 | 0.88 | 0.52 | 56.11 | 0.78 | 0.27 |
| Hex | 7B | 74 | F | 0 | 6 | 58 | 34 | 38 | 4E | 1B |
| Octal | 173 | 164 | 17 | 0 | 6 | 130 | 64 | 70 | 116 | 33 |
| Binary | 1111011 | 1110100 | 1111 | 0 | 110 | 1011000 | 110100 | 111000 | 1001110 | 11011 |
Color Harmonies of #7B740F
Complementary color
Monochromatic Colors of #7B740F
Black with #7B740F
Text Example
Text Example
White with #7B740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B740F; }
p { color: rgb(123,116,15); }
H1.HeaderClassName
{
color: #7B740F;
}
.AnyTagClassName
{
color: #7B740F;
}
</style>
background-color css
<style>
a { background-color: #7B740F; }
a { background-color: rgb(123,116,15); }
div.DivClassName
{
background-color: #7B740F;
}
.BgClassName
{
background-color: #7B740F;
}
</style>
border-color css
<style>
span { border-color: #7B740F; }
span { border-color: rgb(123,116,15); }
td.TdClassName
{
border-color: #7B740F;
}
.TagClassName
{
border-color: #7B740F;
}
</style>