Shades of Olive Drab #6B8638
Tints of Olive Drab #6B8638
RGB
CMYK
RGB Variations
Color information
#6B8638 (or 0x6B8638) is known color: Olive Drab. HEX triplet: 6B, 86 and 38. RGB value is (107,134,56). Sum of RGB (Red+Green+Blue) = 107+134+56=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8638 is #9479C7. Grayscale: #757575. Windows color (decimal): -9730504 or 3704427. OLE color: 3704427.
HSL color Cylindrical-coordinate representation of color #6B8638: hue angle of 80.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B8638 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 56 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.47 |
| HSL | 80.77º | 0.41% | 0.37% | - |
| HSV(B) | 80.77º | 0.58% | 0.53% | - |
| XYZ | 15.3 | 20.46 | 6.88 | - |
| YUV | 117.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 56 | 0.20 | 0 | 0.58 | 0.47 | 80.77 | 0.41 | 0.37 |
| Hex | 6B | 86 | 38 | 14 | 0 | 3A | 2F | 51 | 29 | 25 |
| Octal | 153 | 206 | 70 | 24 | 0 | 72 | 57 | 121 | 51 | 45 |
| Binary | 1101011 | 10000110 | 111000 | 10100 | 0 | 111010 | 101111 | 1010001 | 101001 | 100101 |
Color Harmonies of #6B8638
Complementary color
Monochromatic Colors of #6B8638
Black with #6B8638
Text Example
Text Example
White with #6B8638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8638; }
p { color: rgb(107,134,56); }
H1.HeaderClassName
{
color: #6B8638;
}
.AnyTagClassName
{
color: #6B8638;
}
</style>
background-color css
<style>
a { background-color: #6B8638; }
a { background-color: rgb(107,134,56); }
div.DivClassName
{
background-color: #6B8638;
}
.BgClassName
{
background-color: #6B8638;
}
</style>
border-color css
<style>
span { border-color: #6B8638; }
span { border-color: rgb(107,134,56); }
td.TdClassName
{
border-color: #6B8638;
}
.TagClassName
{
border-color: #6B8638;
}
</style>