Shades of Olive Drab #6B810D
Tints of Olive Drab #6B810D
RGB
CMYK
RGB Variations
Color information
#6B810D (or 0x6B810D) is known color: Olive Drab. HEX triplet: 6B, 81 and 0D. RGB value is (107,129,13). Sum of RGB (Red+Green+Blue) = 107+129+13=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #6B810D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B810D is #947EF2. Grayscale: #6D6D6D. Windows color (decimal): -9731827 or 885099. OLE color: 885099.
HSL color Cylindrical-coordinate representation of color #6B810D: hue angle of 71.38º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B810D is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 13 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.49 |
| HSL | 71.38º | 0.82% | 0.28% | - |
| HSV(B) | 71.38º | 0.9% | 0.51% | - |
| XYZ | 13.99 | 18.86 | 3.28 | - |
| YUV | 109.2 | 73.71 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 13 | 0.17 | 0 | 0.90 | 0.49 | 71.38 | 0.82 | 0.28 |
| Hex | 6B | 81 | D | 11 | 0 | 5A | 31 | 47 | 52 | 1C |
| Octal | 153 | 201 | 15 | 21 | 0 | 132 | 61 | 107 | 122 | 34 |
| Binary | 1101011 | 10000001 | 1101 | 10001 | 0 | 1011010 | 110001 | 1000111 | 1010010 | 11100 |
Color Harmonies of #6B810D
Complementary color
Monochromatic Colors of #6B810D
Black with #6B810D
Text Example
Text Example
White with #6B810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B810D; }
p { color: rgb(107,129,13); }
H1.HeaderClassName
{
color: #6B810D;
}
.AnyTagClassName
{
color: #6B810D;
}
</style>
background-color css
<style>
a { background-color: #6B810D; }
a { background-color: rgb(107,129,13); }
div.DivClassName
{
background-color: #6B810D;
}
.BgClassName
{
background-color: #6B810D;
}
</style>
border-color css
<style>
span { border-color: #6B810D; }
span { border-color: rgb(107,129,13); }
td.TdClassName
{
border-color: #6B810D;
}
.TagClassName
{
border-color: #6B810D;
}
</style>