Shades of Olive #7B9201
Tints of Olive #7B9201
RGB
CMYK
RGB Variations
Color information
#7B9201 (or 0x7B9201) is known color: Olive. HEX triplet: 7B, 92 and 01. RGB value is (123,146,1). Sum of RGB (Red+Green+Blue) = 123+146+1=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9201 is #846DFE. Grayscale: #7B7B7B. Windows color (decimal): -8678911 or 103035. OLE color: 103035.
HSL color Cylindrical-coordinate representation of color #7B9201: hue angle of 69.52º 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 #7B9201 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.43 |
| HSL | 69.52º | 0.99% | 0.29% | - |
| HSV(B) | 69.52º | 0.99% | 0.57% | - |
| XYZ | 18.45 | 24.77 | 3.84 | - |
| YUV | 122.59 | 59.38 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 1 | 0.16 | 0 | 0.99 | 0.43 | 69.52 | 0.99 | 0.29 |
| Hex | 7B | 92 | 1 | 10 | 0 | 63 | 2B | 46 | 63 | 1D |
| Octal | 173 | 222 | 1 | 20 | 0 | 143 | 53 | 106 | 143 | 35 |
| Binary | 1111011 | 10010010 | 1 | 10000 | 0 | 1100011 | 101011 | 1000110 | 1100011 | 11101 |
Color Harmonies of #7B9201
Complementary color
Monochromatic Colors of #7B9201
Black with #7B9201
Text Example
Text Example
White with #7B9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9201; }
p { color: rgb(123,146,1); }
H1.HeaderClassName
{
color: #7B9201;
}
.AnyTagClassName
{
color: #7B9201;
}
</style>
background-color css
<style>
a { background-color: #7B9201; }
a { background-color: rgb(123,146,1); }
div.DivClassName
{
background-color: #7B9201;
}
.BgClassName
{
background-color: #7B9201;
}
</style>
border-color css
<style>
span { border-color: #7B9201; }
span { border-color: rgb(123,146,1); }
td.TdClassName
{
border-color: #7B9201;
}
.TagClassName
{
border-color: #7B9201;
}
</style>