Shades of Olive Drab #6B830D
Tints of Olive Drab #6B830D
RGB
CMYK
RGB Variations
Color information
#6B830D (or 0x6B830D) is known color: Olive Drab. HEX triplet: 6B, 83 and 0D. RGB value is (107,131,13). Sum of RGB (Red+Green+Blue) = 107+131+13=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #6B830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B830D is #947CF2. Grayscale: #6E6E6E. Windows color (decimal): -9731315 or 885611. OLE color: 885611.
HSL color Cylindrical-coordinate representation of color #6B830D: hue angle of 72.2º 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 #6B830D is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 131 | 13 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.49 |
| HSL | 72.2º | 0.82% | 0.28% | - |
| HSV(B) | 72.2º | 0.9% | 0.51% | - |
| XYZ | 14.25 | 19.39 | 3.37 | - |
| YUV | 110.37 | 73.05 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 13 | 0.18 | 0 | 0.90 | 0.49 | 72.2 | 0.82 | 0.28 |
| Hex | 6B | 83 | D | 12 | 0 | 5A | 31 | 48 | 52 | 1C |
| Octal | 153 | 203 | 15 | 22 | 0 | 132 | 61 | 110 | 122 | 34 |
| Binary | 1101011 | 10000011 | 1101 | 10010 | 0 | 1011010 | 110001 | 1001000 | 1010010 | 11100 |
Color Harmonies of #6B830D
Complementary color
Monochromatic Colors of #6B830D
Black with #6B830D
Text Example
Text Example
White with #6B830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B830D; }
p { color: rgb(107,131,13); }
H1.HeaderClassName
{
color: #6B830D;
}
.AnyTagClassName
{
color: #6B830D;
}
</style>
background-color css
<style>
a { background-color: #6B830D; }
a { background-color: rgb(107,131,13); }
div.DivClassName
{
background-color: #6B830D;
}
.BgClassName
{
background-color: #6B830D;
}
</style>
border-color css
<style>
span { border-color: #6B830D; }
span { border-color: rgb(107,131,13); }
td.TdClassName
{
border-color: #6B830D;
}
.TagClassName
{
border-color: #6B830D;
}
</style>