Shades of Olive #7C8B08
Tints of Olive #7C8B08
RGB
CMYK
RGB Variations
Color information
#7C8B08 (or 0x7C8B08) is known color: Olive. HEX triplet: 7C, 8B and 08. RGB value is (124,139,8). Sum of RGB (Red+Green+Blue) = 124+139+8=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8B08 is #8374F7. Grayscale: #787878. Windows color (decimal): -8615160 or 559996. OLE color: 559996.
HSL color Cylindrical-coordinate representation of color #7C8B08: hue angle of 66.87º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C8B08 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 8 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.45 |
| HSL | 66.87º | 0.89% | 0.29% | - |
| HSV(B) | 66.87º | 0.94% | 0.55% | - |
| XYZ | 17.59 | 22.77 | 3.7 | - |
| YUV | 119.58 | 65.03 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 8 | 0.11 | 0 | 0.94 | 0.45 | 66.87 | 0.89 | 0.29 |
| Hex | 7C | 8B | 8 | B | 0 | 5E | 2D | 43 | 59 | 1D |
| Octal | 174 | 213 | 10 | 13 | 0 | 136 | 55 | 103 | 131 | 35 |
| Binary | 1111100 | 10001011 | 1000 | 1011 | 0 | 1011110 | 101101 | 1000011 | 1011001 | 11101 |
Color Harmonies of #7C8B08
Complementary color
Monochromatic Colors of #7C8B08
Black with #7C8B08
Text Example
Text Example
White with #7C8B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B08; }
p { color: rgb(124,139,8); }
H1.HeaderClassName
{
color: #7C8B08;
}
.AnyTagClassName
{
color: #7C8B08;
}
</style>
background-color css
<style>
a { background-color: #7C8B08; }
a { background-color: rgb(124,139,8); }
div.DivClassName
{
background-color: #7C8B08;
}
.BgClassName
{
background-color: #7C8B08;
}
</style>
border-color css
<style>
span { border-color: #7C8B08; }
span { border-color: rgb(124,139,8); }
td.TdClassName
{
border-color: #7C8B08;
}
.TagClassName
{
border-color: #7C8B08;
}
</style>