Shades of Olive #6B7305
Tints of Olive #6B7305
RGB
CMYK
RGB Variations
Color information
#6B7305 (or 0x6B7305) is known color: Olive. HEX triplet: 6B, 73 and 05. RGB value is (107,115,5). Sum of RGB (Red+Green+Blue) = 107+115+5=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7305 is #948CFA. Grayscale: #646464. Windows color (decimal): -9735419 or 357227. OLE color: 357227.
HSL color Cylindrical-coordinate representation of color #6B7305: hue angle of 64.36º 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 #6B7305 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 5 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.55 |
| HSL | 64.36º | 0.92% | 0.24% | - |
| HSV(B) | 64.36º | 0.96% | 0.45% | - |
| XYZ | 12.22 | 15.4 | 2.47 | - |
| YUV | 100.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 5 | 0.07 | 0 | 0.96 | 0.55 | 64.36 | 0.92 | 0.24 |
| Hex | 6B | 73 | 5 | 7 | 0 | 60 | 37 | 40 | 5C | 18 |
| Octal | 153 | 163 | 5 | 7 | 0 | 140 | 67 | 100 | 134 | 30 |
| Binary | 1101011 | 1110011 | 101 | 111 | 0 | 1100000 | 110111 | 1000000 | 1011100 | 11000 |
Color Harmonies of #6B7305
Complementary color
Monochromatic Colors of #6B7305
Black with #6B7305
Text Example
Text Example
White with #6B7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7305; }
p { color: rgb(107,115,5); }
H1.HeaderClassName
{
color: #6B7305;
}
.AnyTagClassName
{
color: #6B7305;
}
</style>
background-color css
<style>
a { background-color: #6B7305; }
a { background-color: rgb(107,115,5); }
div.DivClassName
{
background-color: #6B7305;
}
.BgClassName
{
background-color: #6B7305;
}
</style>
border-color css
<style>
span { border-color: #6B7305; }
span { border-color: rgb(107,115,5); }
td.TdClassName
{
border-color: #6B7305;
}
.TagClassName
{
border-color: #6B7305;
}
</style>