Shades of Olive #7B750A
Tints of Olive #7B750A
RGB
CMYK
RGB Variations
Color information
#7B750A (or 0x7B750A) is known color: Olive. HEX triplet: 7B, 75 and 0A. RGB value is (123,117,10). Sum of RGB (Red+Green+Blue) = 123+117+10=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B750A is #848AF5. Grayscale: #6B6B6B. Windows color (decimal): -8686326 or 685435. OLE color: 685435.
HSL color Cylindrical-coordinate representation of color #7B750A: hue angle of 56.81º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B750A is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 117 | 10 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.52 |
| HSL | 56.81º | 0.85% | 0.26% | - |
| HSV(B) | 56.81º | 0.92% | 0.48% | - |
| XYZ | 14.58 | 16.96 | 2.79 | - |
| YUV | 106.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 117 | 10 | 0 | 0.05 | 0.92 | 0.52 | 56.81 | 0.85 | 0.26 |
| Hex | 7B | 75 | A | 0 | 5 | 5C | 34 | 39 | 55 | 1A |
| Octal | 173 | 165 | 12 | 0 | 5 | 134 | 64 | 71 | 125 | 32 |
| Binary | 1111011 | 1110101 | 1010 | 0 | 101 | 1011100 | 110100 | 111001 | 1010101 | 11010 |
Color Harmonies of #7B750A
Complementary color
Monochromatic Colors of #7B750A
Black with #7B750A
Text Example
Text Example
White with #7B750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B750A; }
p { color: rgb(123,117,10); }
H1.HeaderClassName
{
color: #7B750A;
}
.AnyTagClassName
{
color: #7B750A;
}
</style>
background-color css
<style>
a { background-color: #7B750A; }
a { background-color: rgb(123,117,10); }
div.DivClassName
{
background-color: #7B750A;
}
.BgClassName
{
background-color: #7B750A;
}
</style>
border-color css
<style>
span { border-color: #7B750A; }
span { border-color: rgb(123,117,10); }
td.TdClassName
{
border-color: #7B750A;
}
.TagClassName
{
border-color: #7B750A;
}
</style>