Shades of Olive #747F06
Tints of Olive #747F06
RGB
CMYK
RGB Variations
Color information
#747F06 (or 0x747F06) is known color: Olive. HEX triplet: 74, 7F and 06. RGB value is (116,127,6). Sum of RGB (Red+Green+Blue) = 116+127+6=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #747F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747F06 is #8B80F9. Grayscale: #6E6E6E. Windows color (decimal): -9142522 or 425844. OLE color: 425844.
HSL color Cylindrical-coordinate representation of color #747F06: hue angle of 65.45º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #747F06 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 6 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.50 |
| HSL | 65.45º | 0.91% | 0.26% | - |
| HSV(B) | 65.45º | 0.95% | 0.5% | - |
| XYZ | 14.82 | 18.9 | 3.04 | - |
| YUV | 109.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 6 | 0.09 | 0 | 0.95 | 0.50 | 65.45 | 0.91 | 0.26 |
| Hex | 74 | 7F | 6 | 9 | 0 | 5F | 32 | 41 | 5B | 1A |
| Octal | 164 | 177 | 6 | 11 | 0 | 137 | 62 | 101 | 133 | 32 |
| Binary | 1110100 | 1111111 | 110 | 1001 | 0 | 1011111 | 110010 | 1000001 | 1011011 | 11010 |
Color Harmonies of #747F06
Complementary color
Monochromatic Colors of #747F06
Black with #747F06
Text Example
Text Example
White with #747F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F06; }
p { color: rgb(116,127,6); }
H1.HeaderClassName
{
color: #747F06;
}
.AnyTagClassName
{
color: #747F06;
}
</style>
background-color css
<style>
a { background-color: #747F06; }
a { background-color: rgb(116,127,6); }
div.DivClassName
{
background-color: #747F06;
}
.BgClassName
{
background-color: #747F06;
}
</style>
border-color css
<style>
span { border-color: #747F06; }
span { border-color: rgb(116,127,6); }
td.TdClassName
{
border-color: #747F06;
}
.TagClassName
{
border-color: #747F06;
}
</style>