Shades of Olive #7D900C
Tints of Olive #7D900C
RGB
CMYK
RGB Variations
Color information
#7D900C (or 0x7D900C) is known color: Olive. HEX triplet: 7D, 90 and 0C. RGB value is (125,144,12). Sum of RGB (Red+Green+Blue) = 125+144+12=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #7D900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D900C is #826FF3. Grayscale: #7B7B7B. Windows color (decimal): -8548340 or 823421. OLE color: 823421.
HSL color Cylindrical-coordinate representation of color #7D900C: hue angle of 68.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D900C is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 144 | 12 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.44 |
| HSL | 68.64º | 0.85% | 0.31% | - |
| HSV(B) | 68.64º | 0.92% | 0.56% | - |
| XYZ | 18.5 | 24.33 | 4.07 | - |
| YUV | 123.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 12 | 0.13 | 0 | 0.92 | 0.44 | 68.64 | 0.85 | 0.31 |
| Hex | 7D | 90 | C | D | 0 | 5C | 2C | 45 | 55 | 1F |
| Octal | 175 | 220 | 14 | 15 | 0 | 134 | 54 | 105 | 125 | 37 |
| Binary | 1111101 | 10010000 | 1100 | 1101 | 0 | 1011100 | 101100 | 1000101 | 1010101 | 11111 |
Color Harmonies of #7D900C
Complementary color
Monochromatic Colors of #7D900C
Black with #7D900C
Text Example
Text Example
White with #7D900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D900C; }
p { color: rgb(125,144,12); }
H1.HeaderClassName
{
color: #7D900C;
}
.AnyTagClassName
{
color: #7D900C;
}
</style>
background-color css
<style>
a { background-color: #7D900C; }
a { background-color: rgb(125,144,12); }
div.DivClassName
{
background-color: #7D900C;
}
.BgClassName
{
background-color: #7D900C;
}
</style>
border-color css
<style>
span { border-color: #7D900C; }
span { border-color: rgb(125,144,12); }
td.TdClassName
{
border-color: #7D900C;
}
.TagClassName
{
border-color: #7D900C;
}
</style>