Shades of Olive #6B7405
Tints of Olive #6B7405
RGB
CMYK
RGB Variations
Color information
#6B7405 (or 0x6B7405) is known color: Olive. HEX triplet: 6B, 74 and 05. RGB value is (107,116,5). Sum of RGB (Red+Green+Blue) = 107+116+5=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7405 is #948BFA. Grayscale: #656565. Windows color (decimal): -9735163 or 357483. OLE color: 357483.
HSL color Cylindrical-coordinate representation of color #6B7405: hue angle of 64.86º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B7405 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 5 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.55 |
| HSL | 64.86º | 0.92% | 0.24% | - |
| HSV(B) | 64.86º | 0.96% | 0.45% | - |
| XYZ | 12.34 | 15.63 | 2.51 | - |
| YUV | 100.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 5 | 0.08 | 0 | 0.96 | 0.55 | 64.86 | 0.92 | 0.24 |
| Hex | 6B | 74 | 5 | 8 | 0 | 60 | 37 | 41 | 5C | 18 |
| Octal | 153 | 164 | 5 | 10 | 0 | 140 | 67 | 101 | 134 | 30 |
| Binary | 1101011 | 1110100 | 101 | 1000 | 0 | 1100000 | 110111 | 1000001 | 1011100 | 11000 |
Color Harmonies of #6B7405
Complementary color
Monochromatic Colors of #6B7405
Black with #6B7405
Text Example
Text Example
White with #6B7405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7405; }
p { color: rgb(107,116,5); }
H1.HeaderClassName
{
color: #6B7405;
}
.AnyTagClassName
{
color: #6B7405;
}
</style>
background-color css
<style>
a { background-color: #6B7405; }
a { background-color: rgb(107,116,5); }
div.DivClassName
{
background-color: #6B7405;
}
.BgClassName
{
background-color: #6B7405;
}
</style>
border-color css
<style>
span { border-color: #6B7405; }
span { border-color: rgb(107,116,5); }
td.TdClassName
{
border-color: #6B7405;
}
.TagClassName
{
border-color: #6B7405;
}
</style>