Shades of Olive #6B8704
Tints of Olive #6B8704
RGB
CMYK
RGB Variations
Color information
#6B8704 (or 0x6B8704) is known color: Olive. HEX triplet: 6B, 87 and 04. RGB value is (107,135,4). Sum of RGB (Red+Green+Blue) = 107+135+4=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8704 is #9478FB. Grayscale: #707070. Windows color (decimal): -9730300 or 296811. OLE color: 296811.
HSL color Cylindrical-coordinate representation of color #6B8704: hue angle of 72.82º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B8704 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 4 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.47 |
| HSL | 72.82º | 0.94% | 0.27% | - |
| HSV(B) | 72.82º | 0.97% | 0.53% | - |
| XYZ | 14.75 | 20.46 | 3.29 | - |
| YUV | 111.69 | 67.22 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 4 | 0.21 | 0 | 0.97 | 0.47 | 72.82 | 0.94 | 0.27 |
| Hex | 6B | 87 | 4 | 15 | 0 | 61 | 2F | 49 | 5E | 1B |
| Octal | 153 | 207 | 4 | 25 | 0 | 141 | 57 | 111 | 136 | 33 |
| Binary | 1101011 | 10000111 | 100 | 10101 | 0 | 1100001 | 101111 | 1001001 | 1011110 | 11011 |
Color Harmonies of #6B8704
Complementary color
Monochromatic Colors of #6B8704
Black with #6B8704
Text Example
Text Example
White with #6B8704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8704; }
p { color: rgb(107,135,4); }
H1.HeaderClassName
{
color: #6B8704;
}
.AnyTagClassName
{
color: #6B8704;
}
</style>
background-color css
<style>
a { background-color: #6B8704; }
a { background-color: rgb(107,135,4); }
div.DivClassName
{
background-color: #6B8704;
}
.BgClassName
{
background-color: #6B8704;
}
</style>
border-color css
<style>
span { border-color: #6B8704; }
span { border-color: rgb(107,135,4); }
td.TdClassName
{
border-color: #6B8704;
}
.TagClassName
{
border-color: #6B8704;
}
</style>