Shades of Olive #747F0B
Tints of Olive #747F0B
RGB
CMYK
RGB Variations
Color information
#747F0B (or 0x747F0B) is known color: Olive. HEX triplet: 74, 7F and 0B. RGB value is (116,127,11). Sum of RGB (Red+Green+Blue) = 116+127+11=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #747F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747F0B is #8B80F4. Grayscale: #6E6E6E. Windows color (decimal): -9142517 or 753524. OLE color: 753524.
HSL color Cylindrical-coordinate representation of color #747F0B: hue angle of 65.69º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #747F0B is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 11 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.50 |
| HSL | 65.69º | 0.84% | 0.27% | - |
| HSV(B) | 65.69º | 0.91% | 0.5% | - |
| XYZ | 14.85 | 18.92 | 3.18 | - |
| YUV | 110.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 11 | 0.09 | 0 | 0.91 | 0.50 | 65.69 | 0.84 | 0.27 |
| Hex | 74 | 7F | B | 9 | 0 | 5B | 32 | 42 | 54 | 1B |
| Octal | 164 | 177 | 13 | 11 | 0 | 133 | 62 | 102 | 124 | 33 |
| Binary | 1110100 | 1111111 | 1011 | 1001 | 0 | 1011011 | 110010 | 1000010 | 1010100 | 11011 |
Color Harmonies of #747F0B
Complementary color
Monochromatic Colors of #747F0B
Black with #747F0B
Text Example
Text Example
White with #747F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F0B; }
p { color: rgb(116,127,11); }
H1.HeaderClassName
{
color: #747F0B;
}
.AnyTagClassName
{
color: #747F0B;
}
</style>
background-color css
<style>
a { background-color: #747F0B; }
a { background-color: rgb(116,127,11); }
div.DivClassName
{
background-color: #747F0B;
}
.BgClassName
{
background-color: #747F0B;
}
</style>
border-color css
<style>
span { border-color: #747F0B; }
span { border-color: rgb(116,127,11); }
td.TdClassName
{
border-color: #747F0B;
}
.TagClassName
{
border-color: #747F0B;
}
</style>