Shades of Olive #6B7705
Tints of Olive #6B7705
RGB
CMYK
RGB Variations
Color information
#6B7705 (or 0x6B7705) is known color: Olive. HEX triplet: 6B, 77 and 05. RGB value is (107,119,5). Sum of RGB (Red+Green+Blue) = 107+119+5=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7705 is #9488FA. Grayscale: #666666. Windows color (decimal): -9734395 or 358251. OLE color: 358251.
HSL color Cylindrical-coordinate representation of color #6B7705: hue angle of 66.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B7705 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 5 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.53 |
| HSL | 66.32º | 0.92% | 0.24% | - |
| HSV(B) | 66.32º | 0.96% | 0.47% | - |
| XYZ | 12.69 | 16.33 | 2.63 | - |
| YUV | 102.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 5 | 0.10 | 0 | 0.96 | 0.53 | 66.32 | 0.92 | 0.24 |
| Hex | 6B | 77 | 5 | A | 0 | 60 | 35 | 42 | 5C | 18 |
| Octal | 153 | 167 | 5 | 12 | 0 | 140 | 65 | 102 | 134 | 30 |
| Binary | 1101011 | 1110111 | 101 | 1010 | 0 | 1100000 | 110101 | 1000010 | 1011100 | 11000 |
Color Harmonies of #6B7705
Complementary color
Monochromatic Colors of #6B7705
Black with #6B7705
Text Example
Text Example
White with #6B7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7705; }
p { color: rgb(107,119,5); }
H1.HeaderClassName
{
color: #6B7705;
}
.AnyTagClassName
{
color: #6B7705;
}
</style>
background-color css
<style>
a { background-color: #6B7705; }
a { background-color: rgb(107,119,5); }
div.DivClassName
{
background-color: #6B7705;
}
.BgClassName
{
background-color: #6B7705;
}
</style>
border-color css
<style>
span { border-color: #6B7705; }
span { border-color: rgb(107,119,5); }
td.TdClassName
{
border-color: #6B7705;
}
.TagClassName
{
border-color: #6B7705;
}
</style>