Shades of Olive #6B7404
Tints of Olive #6B7404
RGB
CMYK
RGB Variations
Color information
#6B7404 (or 0x6B7404) is known color: Olive. HEX triplet: 6B, 74 and 04. RGB value is (107,116,4). Sum of RGB (Red+Green+Blue) = 107+116+4=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7404 is #948BFB. Grayscale: #646464. Windows color (decimal): -9735164 or 291947. OLE color: 291947.
HSL color Cylindrical-coordinate representation of color #6B7404: hue angle of 64.82º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B7404 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 4 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.55 |
| HSL | 64.82º | 0.93% | 0.24% | - |
| HSV(B) | 64.82º | 0.97% | 0.45% | - |
| XYZ | 12.33 | 15.63 | 2.48 | - |
| YUV | 100.54 | 73.52 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 4 | 0.08 | 0 | 0.97 | 0.55 | 64.82 | 0.93 | 0.24 |
| Hex | 6B | 74 | 4 | 8 | 0 | 61 | 37 | 41 | 5D | 18 |
| Octal | 153 | 164 | 4 | 10 | 0 | 141 | 67 | 101 | 135 | 30 |
| Binary | 1101011 | 1110100 | 100 | 1000 | 0 | 1100001 | 110111 | 1000001 | 1011101 | 11000 |
Color Harmonies of #6B7404
Complementary color
Monochromatic Colors of #6B7404
Black with #6B7404
Text Example
Text Example
White with #6B7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7404; }
p { color: rgb(107,116,4); }
H1.HeaderClassName
{
color: #6B7404;
}
.AnyTagClassName
{
color: #6B7404;
}
</style>
background-color css
<style>
a { background-color: #6B7404; }
a { background-color: rgb(107,116,4); }
div.DivClassName
{
background-color: #6B7404;
}
.BgClassName
{
background-color: #6B7404;
}
</style>
border-color css
<style>
span { border-color: #6B7404; }
span { border-color: rgb(107,116,4); }
td.TdClassName
{
border-color: #6B7404;
}
.TagClassName
{
border-color: #6B7404;
}
</style>