Shades of Olive #6B8605
Tints of Olive #6B8605
RGB
CMYK
RGB Variations
Color information
#6B8605 (or 0x6B8605) is known color: Olive. HEX triplet: 6B, 86 and 05. RGB value is (107,134,5). Sum of RGB (Red+Green+Blue) = 107+134+5=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8605 is #9479FA. Grayscale: #6F6F6F. Windows color (decimal): -9730555 or 362091. OLE color: 362091.
HSL color Cylindrical-coordinate representation of color #6B8605: hue angle of 72.56º 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 #6B8605 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 5 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.47 |
| HSL | 72.56º | 0.93% | 0.27% | - |
| HSV(B) | 72.56º | 0.96% | 0.53% | - |
| XYZ | 14.62 | 20.19 | 3.27 | - |
| YUV | 111.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 5 | 0.20 | 0 | 0.96 | 0.47 | 72.56 | 0.93 | 0.27 |
| Hex | 6B | 86 | 5 | 14 | 0 | 60 | 2F | 49 | 5D | 1B |
| Octal | 153 | 206 | 5 | 24 | 0 | 140 | 57 | 111 | 135 | 33 |
| Binary | 1101011 | 10000110 | 101 | 10100 | 0 | 1100000 | 101111 | 1001001 | 1011101 | 11011 |
Color Harmonies of #6B8605
Complementary color
Monochromatic Colors of #6B8605
Black with #6B8605
Text Example
Text Example
White with #6B8605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8605; }
p { color: rgb(107,134,5); }
H1.HeaderClassName
{
color: #6B8605;
}
.AnyTagClassName
{
color: #6B8605;
}
</style>
background-color css
<style>
a { background-color: #6B8605; }
a { background-color: rgb(107,134,5); }
div.DivClassName
{
background-color: #6B8605;
}
.BgClassName
{
background-color: #6B8605;
}
</style>
border-color css
<style>
span { border-color: #6B8605; }
span { border-color: rgb(107,134,5); }
td.TdClassName
{
border-color: #6B8605;
}
.TagClassName
{
border-color: #6B8605;
}
</style>