Shades of Olive #7B9101
Tints of Olive #7B9101
RGB
CMYK
RGB Variations
Color information
#7B9101 (or 0x7B9101) is known color: Olive. HEX triplet: 7B, 91 and 01. RGB value is (123,145,1). Sum of RGB (Red+Green+Blue) = 123+145+1=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9101 is #846EFE. Grayscale: #7A7A7A. Windows color (decimal): -8679167 or 102779. OLE color: 102779.
HSL color Cylindrical-coordinate representation of color #7B9101: hue angle of 69.17º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B9101 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 145 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.43 |
| HSL | 69.17º | 0.99% | 0.29% | - |
| HSV(B) | 69.17º | 0.99% | 0.57% | - |
| XYZ | 18.3 | 24.46 | 3.79 | - |
| YUV | 122.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 1 | 0.15 | 0 | 0.99 | 0.43 | 69.17 | 0.99 | 0.29 |
| Hex | 7B | 91 | 1 | F | 0 | 63 | 2B | 45 | 63 | 1D |
| Octal | 173 | 221 | 1 | 17 | 0 | 143 | 53 | 105 | 143 | 35 |
| Binary | 1111011 | 10010001 | 1 | 1111 | 0 | 1100011 | 101011 | 1000101 | 1100011 | 11101 |
Color Harmonies of #7B9101
Complementary color
Monochromatic Colors of #7B9101
Black with #7B9101
Text Example
Text Example
White with #7B9101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9101; }
p { color: rgb(123,145,1); }
H1.HeaderClassName
{
color: #7B9101;
}
.AnyTagClassName
{
color: #7B9101;
}
</style>
background-color css
<style>
a { background-color: #7B9101; }
a { background-color: rgb(123,145,1); }
div.DivClassName
{
background-color: #7B9101;
}
.BgClassName
{
background-color: #7B9101;
}
</style>
border-color css
<style>
span { border-color: #7B9101; }
span { border-color: rgb(123,145,1); }
td.TdClassName
{
border-color: #7B9101;
}
.TagClassName
{
border-color: #7B9101;
}
</style>