Shades of Olive #7D9400
Tints of Olive #7D9400
RGB
CMYK
RGB Variations
Color information
#7D9400 (or 0x7D9400) is known color: Olive. HEX triplet: 7D, 94 and 00. RGB value is (125,148,0). Sum of RGB (Red+Green+Blue) = 125+148+0=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9400 is #826BFF. Grayscale: #7C7C7C. Windows color (decimal): -8547328 or 38013. OLE color: 38013.
HSL color Cylindrical-coordinate representation of color #7D9400: hue angle of 69.32º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D9400 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.42 |
| HSL | 69.32º | 1% | 0.29% | - |
| HSV(B) | 69.32º | 1% | 0.58% | - |
| XYZ | 19.05 | 25.54 | 3.93 | - |
| YUV | 124.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 0 | 0.16 | 0 | 1 | 0.42 | 69.32 | 1 | 0.29 |
| Hex | 7D | 94 | 0 | 10 | 0 | 64 | 2A | 45 | 64 | 1D |
| Octal | 175 | 224 | 0 | 20 | 0 | 144 | 52 | 105 | 144 | 35 |
| Binary | 1111101 | 10010100 | 0 | 10000 | 0 | 1100100 | 101010 | 1000101 | 1100100 | 11101 |
Color Harmonies of #7D9400
Complementary color
Monochromatic Colors of #7D9400
Black with #7D9400
Text Example
Text Example
White with #7D9400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9400; }
p { color: rgb(125,148,0); }
H1.HeaderClassName
{
color: #7D9400;
}
.AnyTagClassName
{
color: #7D9400;
}
</style>
background-color css
<style>
a { background-color: #7D9400; }
a { background-color: rgb(125,148,0); }
div.DivClassName
{
background-color: #7D9400;
}
.BgClassName
{
background-color: #7D9400;
}
</style>
border-color css
<style>
span { border-color: #7D9400; }
span { border-color: rgb(125,148,0); }
td.TdClassName
{
border-color: #7D9400;
}
.TagClassName
{
border-color: #7D9400;
}
</style>