Shades of Olive #747C08
Tints of Olive #747C08
RGB
CMYK
RGB Variations
Color information
#747C08 (or 0x747C08) is known color: Olive. HEX triplet: 74, 7C and 08. RGB value is (116,124,8). Sum of RGB (Red+Green+Blue) = 116+124+8=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #747C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747C08 is #8B83F7. Grayscale: #6C6C6C. Windows color (decimal): -9143288 or 556148. OLE color: 556148.
HSL color Cylindrical-coordinate representation of color #747C08: hue angle of 64.14º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #747C08 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 8 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.51 |
| HSL | 64.14º | 0.88% | 0.26% | - |
| HSV(B) | 64.14º | 0.94% | 0.49% | - |
| XYZ | 14.45 | 18.15 | 2.97 | - |
| YUV | 108.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 8 | 0.06 | 0 | 0.94 | 0.51 | 64.14 | 0.88 | 0.26 |
| Hex | 74 | 7C | 8 | 6 | 0 | 5E | 33 | 40 | 58 | 1A |
| Octal | 164 | 174 | 10 | 6 | 0 | 136 | 63 | 100 | 130 | 32 |
| Binary | 1110100 | 1111100 | 1000 | 110 | 0 | 1011110 | 110011 | 1000000 | 1011000 | 11010 |
Color Harmonies of #747C08
Complementary color
Monochromatic Colors of #747C08
Black with #747C08
Text Example
Text Example
White with #747C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C08; }
p { color: rgb(116,124,8); }
H1.HeaderClassName
{
color: #747C08;
}
.AnyTagClassName
{
color: #747C08;
}
</style>
background-color css
<style>
a { background-color: #747C08; }
a { background-color: rgb(116,124,8); }
div.DivClassName
{
background-color: #747C08;
}
.BgClassName
{
background-color: #747C08;
}
</style>
border-color css
<style>
span { border-color: #747C08; }
span { border-color: rgb(116,124,8); }
td.TdClassName
{
border-color: #747C08;
}
.TagClassName
{
border-color: #747C08;
}
</style>