Shades of Olive #7B9003
Tints of Olive #7B9003
RGB
CMYK
RGB Variations
Color information
#7B9003 (or 0x7B9003) is known color: Olive. HEX triplet: 7B, 90 and 03. RGB value is (123,144,3). Sum of RGB (Red+Green+Blue) = 123+144+3=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #7B9003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9003 is #846FFC. Grayscale: #7A7A7A. Windows color (decimal): -8679421 or 233595. OLE color: 233595.
HSL color Cylindrical-coordinate representation of color #7B9003: hue angle of 68.94º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B9003 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.44 |
| HSL | 68.94º | 0.96% | 0.29% | - |
| HSV(B) | 68.94º | 0.98% | 0.56% | - |
| XYZ | 18.16 | 24.16 | 3.79 | - |
| YUV | 121.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 3 | 0.15 | 0 | 0.98 | 0.44 | 68.94 | 0.96 | 0.29 |
| Hex | 7B | 90 | 3 | F | 0 | 62 | 2C | 45 | 60 | 1D |
| Octal | 173 | 220 | 3 | 17 | 0 | 142 | 54 | 105 | 140 | 35 |
| Binary | 1111011 | 10010000 | 11 | 1111 | 0 | 1100010 | 101100 | 1000101 | 1100000 | 11101 |
Color Harmonies of #7B9003
Complementary color
Monochromatic Colors of #7B9003
Black with #7B9003
Text Example
Text Example
White with #7B9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9003; }
p { color: rgb(123,144,3); }
H1.HeaderClassName
{
color: #7B9003;
}
.AnyTagClassName
{
color: #7B9003;
}
</style>
background-color css
<style>
a { background-color: #7B9003; }
a { background-color: rgb(123,144,3); }
div.DivClassName
{
background-color: #7B9003;
}
.BgClassName
{
background-color: #7B9003;
}
</style>
border-color css
<style>
span { border-color: #7B9003; }
span { border-color: rgb(123,144,3); }
td.TdClassName
{
border-color: #7B9003;
}
.TagClassName
{
border-color: #7B9003;
}
</style>