Shades of Olive #7F730C
Tints of Olive #7F730C
RGB
CMYK
RGB Variations
Color information
#7F730C (or 0x7F730C) is known color: Olive. HEX triplet: 7F, 73 and 0C. RGB value is (127,115,12). Sum of RGB (Red+Green+Blue) = 127+115+12=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F730C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F730C is #808CF3. Grayscale: #6B6B6B. Windows color (decimal): -8424692 or 815999. OLE color: 815999.
HSL color Cylindrical-coordinate representation of color #7F730C: hue angle of 53.74º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F730C is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 12 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.50 |
| HSL | 53.74º | 0.83% | 0.27% | - |
| HSV(B) | 53.74º | 0.91% | 0.5% | - |
| XYZ | 14.95 | 16.8 | 2.8 | - |
| YUV | 106.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 12 | 0 | 0.09 | 0.91 | 0.50 | 53.74 | 0.83 | 0.27 |
| Hex | 7F | 73 | C | 0 | 9 | 5B | 32 | 36 | 53 | 1B |
| Octal | 177 | 163 | 14 | 0 | 11 | 133 | 62 | 66 | 123 | 33 |
| Binary | 1111111 | 1110011 | 1100 | 0 | 1001 | 1011011 | 110010 | 110110 | 1010011 | 11011 |
Color Harmonies of #7F730C
Complementary color
Monochromatic Colors of #7F730C
Black with #7F730C
Text Example
Text Example
White with #7F730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F730C; }
p { color: rgb(127,115,12); }
H1.HeaderClassName
{
color: #7F730C;
}
.AnyTagClassName
{
color: #7F730C;
}
</style>
background-color css
<style>
a { background-color: #7F730C; }
a { background-color: rgb(127,115,12); }
div.DivClassName
{
background-color: #7F730C;
}
.BgClassName
{
background-color: #7F730C;
}
</style>
border-color css
<style>
span { border-color: #7F730C; }
span { border-color: rgb(127,115,12); }
td.TdClassName
{
border-color: #7F730C;
}
.TagClassName
{
border-color: #7F730C;
}
</style>