Shades of Olive Drab #6A8708
Tints of Olive Drab #6A8708
RGB
CMYK
RGB Variations
Color information
#6A8708 (or 0x6A8708) is known color: Olive Drab. HEX triplet: 6A, 87 and 08. RGB value is (106,135,8). Sum of RGB (Red+Green+Blue) = 106+135+8=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8708 is #9578F7. Grayscale: #707070. Windows color (decimal): -9795832 or 558954. OLE color: 558954.
HSL color Cylindrical-coordinate representation of color #6A8708: hue angle of 73.7º 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 #6A8708 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 135 | 8 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.47 |
| HSL | 73.7º | 0.89% | 0.28% | - |
| HSV(B) | 73.7º | 0.94% | 0.53% | - |
| XYZ | 14.65 | 20.41 | 3.4 | - |
| YUV | 111.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 8 | 0.21 | 0 | 0.94 | 0.47 | 73.7 | 0.89 | 0.28 |
| Hex | 6A | 87 | 8 | 15 | 0 | 5E | 2F | 4A | 59 | 1C |
| Octal | 152 | 207 | 10 | 25 | 0 | 136 | 57 | 112 | 131 | 34 |
| Binary | 1101010 | 10000111 | 1000 | 10101 | 0 | 1011110 | 101111 | 1001010 | 1011001 | 11100 |
Color Harmonies of #6A8708
Complementary color
Monochromatic Colors of #6A8708
Black with #6A8708
Text Example
Text Example
White with #6A8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8708; }
p { color: rgb(106,135,8); }
H1.HeaderClassName
{
color: #6A8708;
}
.AnyTagClassName
{
color: #6A8708;
}
</style>
background-color css
<style>
a { background-color: #6A8708; }
a { background-color: rgb(106,135,8); }
div.DivClassName
{
background-color: #6A8708;
}
.BgClassName
{
background-color: #6A8708;
}
</style>
border-color css
<style>
span { border-color: #6A8708; }
span { border-color: rgb(106,135,8); }
td.TdClassName
{
border-color: #6A8708;
}
.TagClassName
{
border-color: #6A8708;
}
</style>