Shades of Olive #6B7609
Tints of Olive #6B7609
RGB
CMYK
RGB Variations
Color information
#6B7609 (or 0x6B7609) is known color: Olive. HEX triplet: 6B, 76 and 09. RGB value is (107,118,9). Sum of RGB (Red+Green+Blue) = 107+118+9=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7609 is #9489F6. Grayscale: #666666. Windows color (decimal): -9734647 or 620139. OLE color: 620139.
HSL color Cylindrical-coordinate representation of color #6B7609: hue angle of 66.06º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B7609 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 9 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.54 |
| HSL | 66.06º | 0.86% | 0.25% | - |
| HSV(B) | 66.06º | 0.92% | 0.46% | - |
| XYZ | 12.59 | 16.1 | 2.7 | - |
| YUV | 102.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 9 | 0.09 | 0 | 0.92 | 0.54 | 66.06 | 0.86 | 0.25 |
| Hex | 6B | 76 | 9 | 9 | 0 | 5C | 36 | 42 | 56 | 19 |
| Octal | 153 | 166 | 11 | 11 | 0 | 134 | 66 | 102 | 126 | 31 |
| Binary | 1101011 | 1110110 | 1001 | 1001 | 0 | 1011100 | 110110 | 1000010 | 1010110 | 11001 |
Color Harmonies of #6B7609
Complementary color
Monochromatic Colors of #6B7609
Black with #6B7609
Text Example
Text Example
White with #6B7609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7609; }
p { color: rgb(107,118,9); }
H1.HeaderClassName
{
color: #6B7609;
}
.AnyTagClassName
{
color: #6B7609;
}
</style>
background-color css
<style>
a { background-color: #6B7609; }
a { background-color: rgb(107,118,9); }
div.DivClassName
{
background-color: #6B7609;
}
.BgClassName
{
background-color: #6B7609;
}
</style>
border-color css
<style>
span { border-color: #6B7609; }
span { border-color: rgb(107,118,9); }
td.TdClassName
{
border-color: #6B7609;
}
.TagClassName
{
border-color: #6B7609;
}
</style>