Shades of Olive Drab #6B9306
Tints of Olive Drab #6B9306
RGB
CMYK
RGB Variations
Color information
#6B9306 (or 0x6B9306) is known color: Olive Drab. HEX triplet: 6B, 93 and 06. RGB value is (107,147,6). Sum of RGB (Red+Green+Blue) = 107+147+6=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9306 is #946CF9. Grayscale: #777777. Windows color (decimal): -9727226 or 430955. OLE color: 430955.
HSL color Cylindrical-coordinate representation of color #6B9306: hue angle of 77.02º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B9306 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 6 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.42 |
| HSL | 77.02º | 0.92% | 0.3% | - |
| HSV(B) | 77.02º | 0.96% | 0.58% | - |
| XYZ | 16.53 | 24.01 | 3.93 | - |
| YUV | 118.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 6 | 0.27 | 0 | 0.96 | 0.42 | 77.02 | 0.92 | 0.3 |
| Hex | 6B | 93 | 6 | 1B | 0 | 60 | 2A | 4D | 5C | 1E |
| Octal | 153 | 223 | 6 | 33 | 0 | 140 | 52 | 115 | 134 | 36 |
| Binary | 1101011 | 10010011 | 110 | 11011 | 0 | 1100000 | 101010 | 1001101 | 1011100 | 11110 |
Color Harmonies of #6B9306
Complementary color
Monochromatic Colors of #6B9306
Black with #6B9306
Text Example
Text Example
White with #6B9306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9306; }
p { color: rgb(107,147,6); }
H1.HeaderClassName
{
color: #6B9306;
}
.AnyTagClassName
{
color: #6B9306;
}
</style>
background-color css
<style>
a { background-color: #6B9306; }
a { background-color: rgb(107,147,6); }
div.DivClassName
{
background-color: #6B9306;
}
.BgClassName
{
background-color: #6B9306;
}
</style>
border-color css
<style>
span { border-color: #6B9306; }
span { border-color: rgb(107,147,6); }
td.TdClassName
{
border-color: #6B9306;
}
.TagClassName
{
border-color: #6B9306;
}
</style>