Shades of Olive Drab #6B8510
Tints of Olive Drab #6B8510
RGB
CMYK
RGB Variations
Color information
#6B8510 (or 0x6B8510) is known color: Olive Drab. HEX triplet: 6B, 85 and 10. RGB value is (107,133,16). Sum of RGB (Red+Green+Blue) = 107+133+16=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8510 is #947AEF. Grayscale: #707070. Windows color (decimal): -9730800 or 1082731. OLE color: 1082731.
HSL color Cylindrical-coordinate representation of color #6B8510: hue angle of 73.33º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B8510 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 16 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.48 |
| HSL | 73.33º | 0.79% | 0.29% | - |
| HSV(B) | 73.33º | 0.88% | 0.52% | - |
| XYZ | 14.54 | 19.94 | 3.57 | - |
| YUV | 111.89 | 73.89 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 16 | 0.20 | 0 | 0.88 | 0.48 | 73.33 | 0.79 | 0.29 |
| Hex | 6B | 85 | 10 | 14 | 0 | 58 | 30 | 49 | 4F | 1D |
| Octal | 153 | 205 | 20 | 24 | 0 | 130 | 60 | 111 | 117 | 35 |
| Binary | 1101011 | 10000101 | 10000 | 10100 | 0 | 1011000 | 110000 | 1001001 | 1001111 | 11101 |
Color Harmonies of #6B8510
Complementary color
Monochromatic Colors of #6B8510
Black with #6B8510
Text Example
Text Example
White with #6B8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8510; }
p { color: rgb(107,133,16); }
H1.HeaderClassName
{
color: #6B8510;
}
.AnyTagClassName
{
color: #6B8510;
}
</style>
background-color css
<style>
a { background-color: #6B8510; }
a { background-color: rgb(107,133,16); }
div.DivClassName
{
background-color: #6B8510;
}
.BgClassName
{
background-color: #6B8510;
}
</style>
border-color css
<style>
span { border-color: #6B8510; }
span { border-color: rgb(107,133,16); }
td.TdClassName
{
border-color: #6B8510;
}
.TagClassName
{
border-color: #6B8510;
}
</style>