Shades of Olive #7B9903
Tints of Olive #7B9903
RGB
CMYK
RGB Variations
Color information
#7B9903 (or 0x7B9903) is known color: Olive. HEX triplet: 7B, 99 and 03. RGB value is (123,153,3). Sum of RGB (Red+Green+Blue) = 123+153+3=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #7B9903 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9903 is #8466FC. Grayscale: #7F7F7F. Windows color (decimal): -8677117 or 235899. OLE color: 235899.
HSL color Cylindrical-coordinate representation of color #7B9903: hue angle of 72º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B9903 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 153 | 3 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.4 |
| HSL | 72º | 0.96% | 0.31% | - |
| HSV(B) | 72º | 0.98% | 0.6% | - |
| XYZ | 19.58 | 27 | 4.27 | - |
| YUV | 126.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 3 | 0.20 | 0 | 0.98 | 0.4 | 72 | 0.96 | 0.31 |
| Hex | 7B | 99 | 3 | 14 | 0 | 62 | 28 | 48 | 60 | 1F |
| Octal | 173 | 231 | 3 | 24 | 0 | 142 | 50 | 110 | 140 | 37 |
| Binary | 1111011 | 10011001 | 11 | 10100 | 0 | 1100010 | 101000 | 1001000 | 1100000 | 11111 |
Color Harmonies of #7B9903
Complementary color
Monochromatic Colors of #7B9903
Black with #7B9903
Text Example
Text Example
White with #7B9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9903; }
p { color: rgb(123,153,3); }
H1.HeaderClassName
{
color: #7B9903;
}
.AnyTagClassName
{
color: #7B9903;
}
</style>
background-color css
<style>
a { background-color: #7B9903; }
a { background-color: rgb(123,153,3); }
div.DivClassName
{
background-color: #7B9903;
}
.BgClassName
{
background-color: #7B9903;
}
</style>
border-color css
<style>
span { border-color: #7B9903; }
span { border-color: rgb(123,153,3); }
td.TdClassName
{
border-color: #7B9903;
}
.TagClassName
{
border-color: #7B9903;
}
</style>