Shades of Olive #747F09
Tints of Olive #747F09
RGB
CMYK
RGB Variations
Color information
#747F09 (or 0x747F09) is known color: Olive. HEX triplet: 74, 7F and 09. RGB value is (116,127,9). Sum of RGB (Red+Green+Blue) = 116+127+9=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #747F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747F09 is #8B80F6. Grayscale: #6E6E6E. Windows color (decimal): -9142519 or 622452. OLE color: 622452.
HSL color Cylindrical-coordinate representation of color #747F09: hue angle of 65.59º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #747F09 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 9 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.50 |
| HSL | 65.59º | 0.87% | 0.27% | - |
| HSV(B) | 65.59º | 0.93% | 0.5% | - |
| XYZ | 14.84 | 18.91 | 3.13 | - |
| YUV | 110.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 9 | 0.09 | 0 | 0.93 | 0.50 | 65.59 | 0.87 | 0.27 |
| Hex | 74 | 7F | 9 | 9 | 0 | 5D | 32 | 42 | 57 | 1B |
| Octal | 164 | 177 | 11 | 11 | 0 | 135 | 62 | 102 | 127 | 33 |
| Binary | 1110100 | 1111111 | 1001 | 1001 | 0 | 1011101 | 110010 | 1000010 | 1010111 | 11011 |
Color Harmonies of #747F09
Complementary color
Monochromatic Colors of #747F09
Black with #747F09
Text Example
Text Example
White with #747F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F09; }
p { color: rgb(116,127,9); }
H1.HeaderClassName
{
color: #747F09;
}
.AnyTagClassName
{
color: #747F09;
}
</style>
background-color css
<style>
a { background-color: #747F09; }
a { background-color: rgb(116,127,9); }
div.DivClassName
{
background-color: #747F09;
}
.BgClassName
{
background-color: #747F09;
}
</style>
border-color css
<style>
span { border-color: #747F09; }
span { border-color: rgb(116,127,9); }
td.TdClassName
{
border-color: #747F09;
}
.TagClassName
{
border-color: #747F09;
}
</style>