Shades of Olive Drab #6B8708
Tints of Olive Drab #6B8708
RGB
CMYK
RGB Variations
Color information
#6B8708 (or 0x6B8708) is known color: Olive Drab. HEX triplet: 6B, 87 and 08. RGB value is (107,135,8). Sum of RGB (Red+Green+Blue) = 107+135+8=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8708 is #9478F7. Grayscale: #707070. Windows color (decimal): -9730296 or 558955. OLE color: 558955.
HSL color Cylindrical-coordinate representation of color #6B8708: hue angle of 73.23º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B8708 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 8 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.47 |
| HSL | 73.23º | 0.89% | 0.28% | - |
| HSV(B) | 73.23º | 0.94% | 0.53% | - |
| XYZ | 14.77 | 20.47 | 3.4 | - |
| YUV | 112.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 8 | 0.21 | 0 | 0.94 | 0.47 | 73.23 | 0.89 | 0.28 |
| Hex | 6B | 87 | 8 | 15 | 0 | 5E | 2F | 49 | 59 | 1C |
| Octal | 153 | 207 | 10 | 25 | 0 | 136 | 57 | 111 | 131 | 34 |
| Binary | 1101011 | 10000111 | 1000 | 10101 | 0 | 1011110 | 101111 | 1001001 | 1011001 | 11100 |
Color Harmonies of #6B8708
Complementary color
Monochromatic Colors of #6B8708
Black with #6B8708
Text Example
Text Example
White with #6B8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8708; }
p { color: rgb(107,135,8); }
H1.HeaderClassName
{
color: #6B8708;
}
.AnyTagClassName
{
color: #6B8708;
}
</style>
background-color css
<style>
a { background-color: #6B8708; }
a { background-color: rgb(107,135,8); }
div.DivClassName
{
background-color: #6B8708;
}
.BgClassName
{
background-color: #6B8708;
}
</style>
border-color css
<style>
span { border-color: #6B8708; }
span { border-color: rgb(107,135,8); }
td.TdClassName
{
border-color: #6B8708;
}
.TagClassName
{
border-color: #6B8708;
}
</style>