Shades of Olive Drab #6B9117
Tints of Olive Drab #6B9117
RGB
CMYK
RGB Variations
Color information
#6B9117 (or 0x6B9117) is known color: Olive Drab. HEX triplet: 6B, 91 and 17. RGB value is (107,145,23). Sum of RGB (Red+Green+Blue) = 107+145+23=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9117 is #946EE8. Grayscale: #787878. Windows color (decimal): -9727721 or 1544555. OLE color: 1544555.
HSL color Cylindrical-coordinate representation of color #6B9117: hue angle of 78.69º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B9117 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 23 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.43 |
| HSL | 78.69º | 0.73% | 0.33% | - |
| HSV(B) | 78.69º | 0.84% | 0.57% | - |
| XYZ | 16.34 | 23.44 | 4.47 | - |
| YUV | 119.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 23 | 0.26 | 0 | 0.84 | 0.43 | 78.69 | 0.73 | 0.33 |
| Hex | 6B | 91 | 17 | 1A | 0 | 54 | 2B | 4F | 49 | 21 |
| Octal | 153 | 221 | 27 | 32 | 0 | 124 | 53 | 117 | 111 | 41 |
| Binary | 1101011 | 10010001 | 10111 | 11010 | 0 | 1010100 | 101011 | 1001111 | 1001001 | 100001 |
Color Harmonies of #6B9117
Complementary color
Monochromatic Colors of #6B9117
Black with #6B9117
Text Example
Text Example
White with #6B9117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9117; }
p { color: rgb(107,145,23); }
H1.HeaderClassName
{
color: #6B9117;
}
.AnyTagClassName
{
color: #6B9117;
}
</style>
background-color css
<style>
a { background-color: #6B9117; }
a { background-color: rgb(107,145,23); }
div.DivClassName
{
background-color: #6B9117;
}
.BgClassName
{
background-color: #6B9117;
}
</style>
border-color css
<style>
span { border-color: #6B9117; }
span { border-color: rgb(107,145,23); }
td.TdClassName
{
border-color: #6B9117;
}
.TagClassName
{
border-color: #6B9117;
}
</style>