Shades of Olive #7B9402
Tints of Olive #7B9402
RGB
CMYK
RGB Variations
Color information
#7B9402 (or 0x7B9402) is known color: Olive. HEX triplet: 7B, 94 and 02. RGB value is (123,148,2). Sum of RGB (Red+Green+Blue) = 123+148+2=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9402 is #846BFD. Grayscale: #7C7C7C. Windows color (decimal): -8678398 or 169083. OLE color: 169083.
HSL color Cylindrical-coordinate representation of color #7B9402: hue angle of 70.27º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B9402 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.42 |
| HSL | 70.27º | 0.97% | 0.29% | - |
| HSV(B) | 70.27º | 0.99% | 0.58% | - |
| XYZ | 18.77 | 25.4 | 3.97 | - |
| YUV | 123.88 | 59.22 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 2 | 0.17 | 0 | 0.99 | 0.42 | 70.27 | 0.97 | 0.29 |
| Hex | 7B | 94 | 2 | 11 | 0 | 63 | 2A | 46 | 61 | 1D |
| Octal | 173 | 224 | 2 | 21 | 0 | 143 | 52 | 106 | 141 | 35 |
| Binary | 1111011 | 10010100 | 10 | 10001 | 0 | 1100011 | 101010 | 1000110 | 1100001 | 11101 |
Color Harmonies of #7B9402
Complementary color
Monochromatic Colors of #7B9402
Black with #7B9402
Text Example
Text Example
White with #7B9402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9402; }
p { color: rgb(123,148,2); }
H1.HeaderClassName
{
color: #7B9402;
}
.AnyTagClassName
{
color: #7B9402;
}
</style>
background-color css
<style>
a { background-color: #7B9402; }
a { background-color: rgb(123,148,2); }
div.DivClassName
{
background-color: #7B9402;
}
.BgClassName
{
background-color: #7B9402;
}
</style>
border-color css
<style>
span { border-color: #7B9402; }
span { border-color: rgb(123,148,2); }
td.TdClassName
{
border-color: #7B9402;
}
.TagClassName
{
border-color: #7B9402;
}
</style>