Shades of Olive #7C880F
Tints of Olive #7C880F
RGB
CMYK
RGB Variations
Color information
#7C880F (or 0x7C880F) is known color: Olive. HEX triplet: 7C, 88 and 0F. RGB value is (124,136,15). Sum of RGB (Red+Green+Blue) = 124+136+15=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #7C880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C880F is #8377F0. Grayscale: #777777. Windows color (decimal): -8615921 or 1017980. OLE color: 1017980.
HSL color Cylindrical-coordinate representation of color #7C880F: hue angle of 65.95º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C880F is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 15 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.47 |
| HSL | 65.95º | 0.8% | 0.3% | - |
| HSV(B) | 65.95º | 0.89% | 0.53% | - |
| XYZ | 17.2 | 21.93 | 3.78 | - |
| YUV | 118.62 | 69.52 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 15 | 0.09 | 0 | 0.89 | 0.47 | 65.95 | 0.8 | 0.3 |
| Hex | 7C | 88 | F | 9 | 0 | 59 | 2F | 42 | 50 | 1E |
| Octal | 174 | 210 | 17 | 11 | 0 | 131 | 57 | 102 | 120 | 36 |
| Binary | 1111100 | 10001000 | 1111 | 1001 | 0 | 1011001 | 101111 | 1000010 | 1010000 | 11110 |
Color Harmonies of #7C880F
Complementary color
Monochromatic Colors of #7C880F
Black with #7C880F
Text Example
Text Example
White with #7C880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C880F; }
p { color: rgb(124,136,15); }
H1.HeaderClassName
{
color: #7C880F;
}
.AnyTagClassName
{
color: #7C880F;
}
</style>
background-color css
<style>
a { background-color: #7C880F; }
a { background-color: rgb(124,136,15); }
div.DivClassName
{
background-color: #7C880F;
}
.BgClassName
{
background-color: #7C880F;
}
</style>
border-color css
<style>
span { border-color: #7C880F; }
span { border-color: rgb(124,136,15); }
td.TdClassName
{
border-color: #7C880F;
}
.TagClassName
{
border-color: #7C880F;
}
</style>