Shades of Olive #7B9302
Tints of Olive #7B9302
RGB
CMYK
RGB Variations
Color information
#7B9302 (or 0x7B9302) is known color: Olive. HEX triplet: 7B, 93 and 02. RGB value is (123,147,2). Sum of RGB (Red+Green+Blue) = 123+147+2=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9302 is #846CFD. Grayscale: #7B7B7B. Windows color (decimal): -8678654 or 168827. OLE color: 168827.
HSL color Cylindrical-coordinate representation of color #7B9302: hue angle of 69.93º 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 #7B9302 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.42 |
| HSL | 69.93º | 0.97% | 0.29% | - |
| HSV(B) | 69.93º | 0.99% | 0.58% | - |
| XYZ | 18.61 | 25.08 | 3.92 | - |
| YUV | 123.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 2 | 0.16 | 0 | 0.99 | 0.42 | 69.93 | 0.97 | 0.29 |
| Hex | 7B | 93 | 2 | 10 | 0 | 63 | 2A | 46 | 61 | 1D |
| Octal | 173 | 223 | 2 | 20 | 0 | 143 | 52 | 106 | 141 | 35 |
| Binary | 1111011 | 10010011 | 10 | 10000 | 0 | 1100011 | 101010 | 1000110 | 1100001 | 11101 |
Color Harmonies of #7B9302
Complementary color
Monochromatic Colors of #7B9302
Black with #7B9302
Text Example
Text Example
White with #7B9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9302; }
p { color: rgb(123,147,2); }
H1.HeaderClassName
{
color: #7B9302;
}
.AnyTagClassName
{
color: #7B9302;
}
</style>
background-color css
<style>
a { background-color: #7B9302; }
a { background-color: rgb(123,147,2); }
div.DivClassName
{
background-color: #7B9302;
}
.BgClassName
{
background-color: #7B9302;
}
</style>
border-color css
<style>
span { border-color: #7B9302; }
span { border-color: rgb(123,147,2); }
td.TdClassName
{
border-color: #7B9302;
}
.TagClassName
{
border-color: #7B9302;
}
</style>