Shades of Olive #6B8705
Tints of Olive #6B8705
RGB
CMYK
RGB Variations
Color information
#6B8705 (or 0x6B8705) is known color: Olive. HEX triplet: 6B, 87 and 05. RGB value is (107,135,5). Sum of RGB (Red+Green+Blue) = 107+135+5=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8705 is #9478FA. Grayscale: #707070. Windows color (decimal): -9730299 or 362347. OLE color: 362347.
HSL color Cylindrical-coordinate representation of color #6B8705: hue angle of 72.92º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B8705 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 5 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.47 |
| HSL | 72.92º | 0.93% | 0.27% | - |
| HSV(B) | 72.92º | 0.96% | 0.53% | - |
| XYZ | 14.75 | 20.46 | 3.32 | - |
| YUV | 111.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 5 | 0.21 | 0 | 0.96 | 0.47 | 72.92 | 0.93 | 0.27 |
| Hex | 6B | 87 | 5 | 15 | 0 | 60 | 2F | 49 | 5D | 1B |
| Octal | 153 | 207 | 5 | 25 | 0 | 140 | 57 | 111 | 135 | 33 |
| Binary | 1101011 | 10000111 | 101 | 10101 | 0 | 1100000 | 101111 | 1001001 | 1011101 | 11011 |
Color Harmonies of #6B8705
Complementary color
Monochromatic Colors of #6B8705
Black with #6B8705
Text Example
Text Example
White with #6B8705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8705; }
p { color: rgb(107,135,5); }
H1.HeaderClassName
{
color: #6B8705;
}
.AnyTagClassName
{
color: #6B8705;
}
</style>
background-color css
<style>
a { background-color: #6B8705; }
a { background-color: rgb(107,135,5); }
div.DivClassName
{
background-color: #6B8705;
}
.BgClassName
{
background-color: #6B8705;
}
</style>
border-color css
<style>
span { border-color: #6B8705; }
span { border-color: rgb(107,135,5); }
td.TdClassName
{
border-color: #6B8705;
}
.TagClassName
{
border-color: #6B8705;
}
</style>