Shades of Olive Drab #6B8336
Tints of Olive Drab #6B8336
RGB
CMYK
RGB Variations
Color information
#6B8336 (or 0x6B8336) is known color: Olive Drab. HEX triplet: 6B, 83 and 36. RGB value is (107,131,54). Sum of RGB (Red+Green+Blue) = 107+131+54=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8336 is #947CC9. Grayscale: #737373. Windows color (decimal): -9731274 or 3572587. OLE color: 3572587.
HSL color Cylindrical-coordinate representation of color #6B8336: hue angle of 78.7º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B8336 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 131 | 54 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.49 |
| HSL | 78.7º | 0.42% | 0.36% | - |
| HSV(B) | 78.7º | 0.59% | 0.51% | - |
| XYZ | 14.85 | 19.62 | 6.5 | - |
| YUV | 115.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 54 | 0.18 | 0 | 0.59 | 0.49 | 78.7 | 0.42 | 0.36 |
| Hex | 6B | 83 | 36 | 12 | 0 | 3B | 31 | 4F | 2A | 24 |
| Octal | 153 | 203 | 66 | 22 | 0 | 73 | 61 | 117 | 52 | 44 |
| Binary | 1101011 | 10000011 | 110110 | 10010 | 0 | 111011 | 110001 | 1001111 | 101010 | 100100 |
Color Harmonies of #6B8336
Complementary color
Monochromatic Colors of #6B8336
Black with #6B8336
Text Example
Text Example
White with #6B8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8336; }
p { color: rgb(107,131,54); }
H1.HeaderClassName
{
color: #6B8336;
}
.AnyTagClassName
{
color: #6B8336;
}
</style>
background-color css
<style>
a { background-color: #6B8336; }
a { background-color: rgb(107,131,54); }
div.DivClassName
{
background-color: #6B8336;
}
.BgClassName
{
background-color: #6B8336;
}
</style>
border-color css
<style>
span { border-color: #6B8336; }
span { border-color: rgb(107,131,54); }
td.TdClassName
{
border-color: #6B8336;
}
.TagClassName
{
border-color: #6B8336;
}
</style>