Shades of Olive #6B7605
Tints of Olive #6B7605
RGB
CMYK
RGB Variations
Color information
#6B7605 (or 0x6B7605) is known color: Olive. HEX triplet: 6B, 76 and 05. RGB value is (107,118,5). Sum of RGB (Red+Green+Blue) = 107+118+5=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7605 is #9489FA. Grayscale: #666666. Windows color (decimal): -9734651 or 357995. OLE color: 357995.
HSL color Cylindrical-coordinate representation of color #6B7605: hue angle of 65.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B7605 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 5 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.54 |
| HSL | 65.84º | 0.92% | 0.24% | - |
| HSV(B) | 65.84º | 0.96% | 0.46% | - |
| XYZ | 12.57 | 16.09 | 2.59 | - |
| YUV | 101.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 5 | 0.09 | 0 | 0.96 | 0.54 | 65.84 | 0.92 | 0.24 |
| Hex | 6B | 76 | 5 | 9 | 0 | 60 | 36 | 42 | 5C | 18 |
| Octal | 153 | 166 | 5 | 11 | 0 | 140 | 66 | 102 | 134 | 30 |
| Binary | 1101011 | 1110110 | 101 | 1001 | 0 | 1100000 | 110110 | 1000010 | 1011100 | 11000 |
Color Harmonies of #6B7605
Complementary color
Monochromatic Colors of #6B7605
Black with #6B7605
Text Example
Text Example
White with #6B7605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7605; }
p { color: rgb(107,118,5); }
H1.HeaderClassName
{
color: #6B7605;
}
.AnyTagClassName
{
color: #6B7605;
}
</style>
background-color css
<style>
a { background-color: #6B7605; }
a { background-color: rgb(107,118,5); }
div.DivClassName
{
background-color: #6B7605;
}
.BgClassName
{
background-color: #6B7605;
}
</style>
border-color css
<style>
span { border-color: #6B7605; }
span { border-color: rgb(107,118,5); }
td.TdClassName
{
border-color: #6B7605;
}
.TagClassName
{
border-color: #6B7605;
}
</style>