Shades of Olive #7C730F
Tints of Olive #7C730F
RGB
CMYK
RGB Variations
Color information
#7C730F (or 0x7C730F) is known color: Olive. HEX triplet: 7C, 73 and 0F. RGB value is (124,115,15). Sum of RGB (Red+Green+Blue) = 124+115+15=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C730F is #838CF0. Grayscale: #6A6A6A. Windows color (decimal): -8621297 or 1012604. OLE color: 1012604.
HSL color Cylindrical-coordinate representation of color #7C730F: hue angle of 55.05º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C730F is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 15 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.51 |
| HSL | 55.05º | 0.78% | 0.27% | - |
| HSV(B) | 55.05º | 0.88% | 0.49% | - |
| XYZ | 14.53 | 16.58 | 2.89 | - |
| YUV | 106.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 15 | 0 | 0.07 | 0.88 | 0.51 | 55.05 | 0.78 | 0.27 |
| Hex | 7C | 73 | F | 0 | 7 | 58 | 33 | 37 | 4E | 1B |
| Octal | 174 | 163 | 17 | 0 | 7 | 130 | 63 | 67 | 116 | 33 |
| Binary | 1111100 | 1110011 | 1111 | 0 | 111 | 1011000 | 110011 | 110111 | 1001110 | 11011 |
Color Harmonies of #7C730F
Complementary color
Monochromatic Colors of #7C730F
Black with #7C730F
Text Example
Text Example
White with #7C730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C730F; }
p { color: rgb(124,115,15); }
H1.HeaderClassName
{
color: #7C730F;
}
.AnyTagClassName
{
color: #7C730F;
}
</style>
background-color css
<style>
a { background-color: #7C730F; }
a { background-color: rgb(124,115,15); }
div.DivClassName
{
background-color: #7C730F;
}
.BgClassName
{
background-color: #7C730F;
}
</style>
border-color css
<style>
span { border-color: #7C730F; }
span { border-color: rgb(124,115,15); }
td.TdClassName
{
border-color: #7C730F;
}
.TagClassName
{
border-color: #7C730F;
}
</style>