Shades of Olive #747F05
Tints of Olive #747F05
RGB
CMYK
RGB Variations
Color information
#747F05 (or 0x747F05) is known color: Olive. HEX triplet: 74, 7F and 05. RGB value is (116,127,5). Sum of RGB (Red+Green+Blue) = 116+127+5=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #747F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747F05 is #8B80FA. Grayscale: #6E6E6E. Windows color (decimal): -9142523 or 360308. OLE color: 360308.
HSL color Cylindrical-coordinate representation of color #747F05: hue angle of 65.41º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #747F05 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 5 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.50 |
| HSL | 65.41º | 0.92% | 0.26% | - |
| HSV(B) | 65.41º | 0.96% | 0.5% | - |
| XYZ | 14.82 | 18.9 | 3.01 | - |
| YUV | 109.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 5 | 0.09 | 0 | 0.96 | 0.50 | 65.41 | 0.92 | 0.26 |
| Hex | 74 | 7F | 5 | 9 | 0 | 60 | 32 | 41 | 5C | 1A |
| Octal | 164 | 177 | 5 | 11 | 0 | 140 | 62 | 101 | 134 | 32 |
| Binary | 1110100 | 1111111 | 101 | 1001 | 0 | 1100000 | 110010 | 1000001 | 1011100 | 11010 |
Color Harmonies of #747F05
Complementary color
Monochromatic Colors of #747F05
Black with #747F05
Text Example
Text Example
White with #747F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F05; }
p { color: rgb(116,127,5); }
H1.HeaderClassName
{
color: #747F05;
}
.AnyTagClassName
{
color: #747F05;
}
</style>
background-color css
<style>
a { background-color: #747F05; }
a { background-color: rgb(116,127,5); }
div.DivClassName
{
background-color: #747F05;
}
.BgClassName
{
background-color: #747F05;
}
</style>
border-color css
<style>
span { border-color: #747F05; }
span { border-color: rgb(116,127,5); }
td.TdClassName
{
border-color: #747F05;
}
.TagClassName
{
border-color: #747F05;
}
</style>